Home
last modified time | relevance | path

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

12

/art/runtime/
Djdwp_provider.h44 inline JdwpProvider CanonicalizeJdwpProvider(JdwpProvider p, bool debuggable) { in CanonicalizeJdwpProvider() argument
48 if (debuggable) { in CanonicalizeJdwpProvider()
/art/tools/checker/file_format/checker/
Dparser.py27 def _extract_line(prefix, line, arch=None, debuggable=False): argument
35 dbg_specifier = "-DEBUGGABLE" if debuggable else ""
89 for debuggable in [True, False]:
92 start_line = _extract_line(prefix + "-START", sline, arch, debuggable)
94 return None, start_line, (arch, debuggable)
/art/test/909-attach-agent/
Drun62 --android-runtime-option --debuggable \
68 --android-runtime-option --debuggable \
Dexpected-stdout.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/test/1965-get-set-local-primitive-no-tables/
Drun21 ./default-run "$@" --jvmti --compiler-only-option --debuggable
/art/test/1966-get-set-local-objects-no-table/
Drun21 ./default-run "$@" --jvmti --compiler-only-option --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/689-zygote-jit-deopt/
Dinfo.txt1 Regression test for debuggable apps that need to deoptimize
/art/test/552-checker-primitive-typeprop/
Dinfo.txt2 in --debuggable mode.
/art/tools/jvmti-agents/dump-jvmti-state/
DREADME.md25 > `adb shell am start-activity --attach-agent /data/local/tmp/libdumpjvmti.so some.debuggable.ap…
27 > `adb shell kill -3 $(adb shell pidof some.debuggable.apps)`
/art/test/466-get-live-vreg/
Dinfo.txt2 also pass for non-debuggable, as we need to know live DEX registers
/art/test/2031-zygote-compiled-frame-deopt/
Dinfo.txt3 Check that we correctly identify jit-zygote compiled frames as non-debuggable.
/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/jvmti-agents/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/
Drun-test140 debuggable="no"
238 run_args+=(-Xcompiler-option --debuggable)
239 debuggable="yes"
936 if [ "$debuggable" = "yes" ]; then
/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.py114 run_tests(args.check_prefix, args.source_path, args.tested_file, args.arch, args.debuggable,
/art/tools/jvmti-agents/enable-vlog/
DREADME.md93 …ctivity --attach-agent /data/local/tmp/libenablevlog.so=class,jit some.debuggable.apps/.the.app.Ma…
/art/test/533-regression-debugphi/smali/
DTestCase.smali20 # with debuggable flag).
/art/tools/jvmti-agents/field-null-percent/
DREADME.md31 …l/tmp/libfieldnulls.so=Ljava/lang/Class;.name:Ljava/lang/String;' some.debuggable.apps/.the.app.Ma…
/art/test/testrunner/
Dtestrunner.py457 jni, image, debuggable, jvmti, cdex_level = config_tuple
471 test_name += debuggable + '-'
478 image, debuggable, jvmti, cdex_level, address_size}
554 if debuggable == 'debuggable':

12