Home
last modified time | relevance | path

Searched refs:Debug (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jdwp/
DREADME.txt1 Java Debug Wire Protocol support
/art/dt_fd_forward/
DREADME.md3 dt_fd_forward is a jdwpTransport library. It implements the [Java Debug Wire
/art/build/apex/
DAndroid.bp62 // - Debug variants (binaries for which a 32-bit version is preferred).
74 // - Debug variants (libraries).
246 // "Debug" version of the Runtime APEX module (containing both release and
/art/runtime/
Dstack_map.h129 Debug = 2, enumerator
402 if (stack_map.GetDexPc() == dex_pc && stack_map.GetKind() != StackMap::Kind::Debug) { in GetStackMapForDexPc()
/art/compiler/optimizing/
Dcode_generator.cc1115 ? StackMap::Kind::Debug in RecordPcInfo()