Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc1562 struct DebugCallbackContext { in OutputLineTable() struct
1563 int numItems; in OutputLineTable()
1564 JDWP::ExpandBuf* pReply; in OutputLineTable()
1566 static bool Callback(void* context, const DexFile::PositionInfo& entry) { in OutputLineTable()
1607 struct DebugCallbackContext { in OutputVariableTable() struct
1608 ArtMethod* method; in OutputVariableTable()
1609 JDWP::ExpandBuf* pReply; in OutputVariableTable()
1610 size_t variable_count; in OutputVariableTable()
1611 bool with_generic; in OutputVariableTable()
1613 static void Callback(void* context, const DexFile::LocalInfo& entry) in OutputVariableTable()
[all …]