Searched refs:debuggable (Results 1 – 18 of 18) sorted by relevance
/art/test/909-attach-agent/ |
D | run | 26 --android-runtime-option --debuggable \ 30 --android-runtime-option --debuggable \
|
D | expected.txt | 8 java.io.IOException: Process is not debuggable.
|
/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/tools/golem/ |
D | env | 43 ALL_TARGETS=(art-interpreter art-opt art-jit art-jit-cc art-opt-cc art-opt-debuggable art-vdex)
|
/art/compiler/driver/ |
D | compiler_options.cc | 67 bool debuggable, in CompilerOptions() argument 92 debuggable_(debuggable), in CompilerOptions()
|
D | compiler_options.h | 64 bool debuggable,
|
/art/tools/ |
D | run-jdwp-tests.sh | 165 --vm-arg -Xcompiler-option --vm-arg --debuggable \
|
/art/test/563-checker-fakestring/smali/ |
D | TestCase.smali | 71 # compiling --debuggable, the NewInstance will be optimized out. 112 # --debuggable. 134 # We verify the type of the input instruction (Phi) in debuggable mode, because
|
/art/test/ |
D | run-test | 124 debuggable="no" 223 debuggable="yes" 743 if [ "$debuggable" = "yes" ]; then
|
/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/testrunner/ |
D | testrunner.py | 349 jni, image, pictest, debuggable, jvmti in config: 370 test_name += debuggable + '-' 376 image, pictest, debuggable, jvmti, address_size} 436 if debuggable == 'debuggable':
|
/art/test/533-regression-debugphi/smali/ |
D | TestCase.smali | 20 # with debuggable flag).
|