Home
last modified time | relevance | path

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

/art/test/909-attach-agent/
Drun34 --android-runtime-option --debuggable \
39 --android-runtime-option --debuggable \
Dexpected.txt26 Can't attach agent, process is not debuggable.
27 Can't attach agent, process is not debuggable.
/art/test/597-deopt-new-string/
Drun18 exec ${RUN} -Xcompiler-option --debuggable "${@}"
/art/test/597-deopt-busy-loop/
Drun18 exec ${RUN} --jit -Xcompiler-option --debuggable "${@}"
/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""
86 for debuggable in [True, False]:
89 startLine = __extractLine(prefix + "-START", sline, arch, debuggable)
91 return None, startLine, (arch, debuggable)
/art/test/597-deopt-invoke-stub/
Drun21 exec ${RUN} --jit --runtime-option -Xjitthreshold:10000 -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/tools/golem/
Denv43 ALL_TARGETS=(art-interpreter art-opt art-jit art-jit-cc art-opt-cc art-opt-debuggable art-vdex)
/art/tools/titrace/
DREADME.md23 Normal applications require that `debuggable=true` to be set in their AndroidManifest.xml.
27 > `adb shell setprop dalvik.vm.dex2oat-flags --debuggable`
/art/test/537-checker-debuggable/smali/
DTestCase.smali20 # be eliminated in normal mode but kept live in debuggable mode. Test that
/art/test/563-checker-fakestring/smali/
DTestCase.smali71 # compiling --debuggable, the NewInstance will be optimized out.
114 # --debuggable.
139 # We verify the type of the input instruction (Phi) in debuggable mode, because
/art/tools/checker/
Dchecker.py109 RunTests(args.check_prefix, args.source_path, args.tested_file, args.arch, args.debuggable)
/art/test/
Drun-test137 debuggable="no"
243 debuggable="yes"
816 if [ "$debuggable" = "yes" ]; then
/art/test/testrunner/
Dtestrunner.py376 jni, image, pictest, debuggable, jvmti, cdex_level = config_tuple
399 test_name += debuggable + '-'
406 image, pictest, debuggable, jvmti, cdex_level, address_size}
471 if debuggable == 'debuggable':
/art/test/533-regression-debugphi/smali/
DTestCase.smali20 # with debuggable flag).