Home
last modified time | relevance | path

Searched refs:debuggable (Results 1 – 16 of 16) sorted by relevance

/art/tools/checker/file_format/checker/
Dparser.py25 def __extractLine(prefix, line, arch = None, debuggable = False): argument
33 dbg_specifier = r"-DEBUGGABLE" if debuggable else r""
60 for debuggable in [True, False]:
62 startLine = __extractLine(prefix + "-START", line, arch, debuggable)
64 return None, startLine, (arch, debuggable)
/art/test/597-deopt-new-string/
Drun18 exec ${RUN} -Xcompiler-option --debuggable "${@}"
/art/test/537-checker-debuggable/
Dinfo.txt1 Test that CHECK-START-DEBUGGABLE runs only on --debuggable code.
/art/test/552-checker-primitive-typeprop/
Dinfo.txt2 in --debuggable mode.
/art/test/466-get-live-vreg/
Dinfo.txt2 also pass for non-debuggable, as we need to know live DEX registers
/art/test/543-env-long-ref/
Dinfo.txt2 the right dex register in debuggable when a new value
/art/test/
DAndroid.run-test.mk168 DEBUGGABLE_TYPES += debuggable
190 $(foreach debuggable, $(11), \
193 …d)-$(compiler)-$(relocate)-$(trace)-$(gc)-$(jni)-$(image)-$(pictest)-$(debuggable)-$(test)$(addres…
518 …$(IMAGE_TYPES),$(PICTEST_TYPES),debuggable,$(TEST_ART_BROKEN_OPTIMIZING_DEBUGGABLE_RUN_TESTS),$(AL…
866 ifeq ($(11),debuggable)
868 run_test_options += --debuggable
953 $(foreach debuggable, $(DEBUGGABLE_TYPES), \
954 …d),$(compiler),$(relocate),$(trace),$(gc),$(jni),$(image),$(pictest),$(debuggable),$(test),$(addre…
993 $(foreach debuggable, $(DEBUGGABLE_TYPES), $(eval \
994 …p,test-art-$(target)-run-test-$(debuggable),$(ART_RUN_TEST_$(call name-to-var,$(target))_$(call na…
[all …]
Drun-test103 debuggable="no"
198 debuggable="yes"
704 if [ "$debuggable" = "yes" ]; then
/art/compiler/driver/
Dcompiler_options.cc66 bool debuggable, in CompilerOptions() argument
90 debuggable_(debuggable), in CompilerOptions()
Dcompiler_options.h67 bool debuggable,
/art/tools/
Drun-jdwp-tests.sh130 --vm-arg -Xcompiler-option --vm-arg --debuggable \
/art/test/563-checker-fakestring/smali/
DTestCase.smali68 # compiling --debuggable, the NewInstance will be optimized out.
109 # --debuggable.
131 # We verify the type of the input instruction (Phi) in debuggable mode, because
/art/test/537-checker-debuggable/smali/
DTestCase.smali20 # be eliminated in normal mode but kept live in debuggable mode. Test that
/art/tools/checker/
Dchecker.py108 RunTests(args.check_prefix, args.source_path, args.tested_file, args.arch, args.debuggable)
/art/test/533-regression-debugphi/smali/
DTestCase.smali20 # with debuggable flag).
/art/compiler/optimizing/
Dnodes.h284 bool debuggable = false,
300 debuggable_(debuggable), in arena_()