Home
last modified time | relevance | path

Searched defs:debuggable (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Djdwp_provider.h45 inline JdwpProvider CanonicalizeJdwpProvider(JdwpProvider p, bool debuggable) { in CanonicalizeJdwpProvider()
/art/tools/checker/file_format/checker/
Dparser.py27 def _extract_line(prefix, line, arch=None, debuggable=False): argument
/art/test/2029-contended-monitors/src/
DMain.java38 private static boolean debuggable = false; // Running in a debuggable ART environment. field in Main
/art/compiler/optimizing/
Dstack_map_stream.cc54 bool debuggable, in BeginMethod()
Doptimizing_compiler.cc1234 bool debuggable) { in CreateJniStackMap()
/art/test/
Drun-test436 debuggable = args.debuggable variable