Home
last modified time | relevance | path

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

/art/build/apex/
DAndroid.bp68 // - Debug variants (binaries for which a 32-bit version is preferred on device, but for which
78 // - Debug variants (libraries).
228 // Default values shared by (device) Debug and Testing ART APEXes.
260 // "Debug" version of the ART APEX module (containing both release and
/art/dt_fd_forward/
DREADME.md3 dt_fd_forward is a jdwpTransport library. It implements the [Java Debug Wire
/art/runtime/
Dstack_map.h129 Debug = 2, enumerator
389 if (stack_map.GetDexPc() == dex_pc && stack_map.GetKind() != StackMap::Kind::Debug) { in GetStackMapForDexPc()
/art/compiler/optimizing/
Dcode_generator.cc1242 ? StackMap::Kind::Debug in RecordPcInfo()