Searched refs:debuggable (Results 1 – 16 of 16) sorted by relevance
/art/tools/checker/file_format/checker/ |
D | parser.py | 25 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/ |
D | run | 18 exec ${RUN} -Xcompiler-option --debuggable "${@}"
|
/art/test/537-checker-debuggable/ |
D | info.txt | 1 Test that CHECK-START-DEBUGGABLE runs only on --debuggable code.
|
/art/test/552-checker-primitive-typeprop/ |
D | info.txt | 2 in --debuggable mode.
|
/art/test/466-get-live-vreg/ |
D | info.txt | 2 also pass for non-debuggable, as we need to know live DEX registers
|
/art/test/543-env-long-ref/ |
D | info.txt | 2 the right dex register in debuggable when a new value
|
/art/test/ |
D | Android.run-test.mk | 168 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 …]
|
D | run-test | 103 debuggable="no" 198 debuggable="yes" 704 if [ "$debuggable" = "yes" ]; then
|
/art/compiler/driver/ |
D | compiler_options.cc | 66 bool debuggable, in CompilerOptions() argument 90 debuggable_(debuggable), in CompilerOptions()
|
D | compiler_options.h | 67 bool debuggable,
|
/art/tools/ |
D | run-jdwp-tests.sh | 130 --vm-arg -Xcompiler-option --vm-arg --debuggable \
|
/art/test/563-checker-fakestring/smali/ |
D | TestCase.smali | 68 # 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/ |
D | TestCase.smali | 20 # be eliminated in normal mode but kept live in debuggable mode. Test that
|
/art/tools/checker/ |
D | checker.py | 108 RunTests(args.check_prefix, args.source_path, args.tested_file, args.arch, args.debuggable)
|
/art/test/533-regression-debugphi/smali/ |
D | TestCase.smali | 20 # with debuggable flag).
|
/art/compiler/optimizing/ |
D | nodes.h | 284 bool debuggable = false, 300 debuggable_(debuggable), in arena_()
|