Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc1624 struct DebugCallbackContext { in OutputLineTable() struct
1625 int numItems; in OutputLineTable()
1626 JDWP::ExpandBuf* pReply; in OutputLineTable()
1628 static bool Callback(void* context, uint32_t address, uint32_t line_number) { in OutputLineTable()
1670 struct DebugCallbackContext { in OutputVariableTable() struct
1671 ArtMethod* method; in OutputVariableTable()
1672 JDWP::ExpandBuf* pReply; in OutputVariableTable()
1673 size_t variable_count; in OutputVariableTable()
1674 bool with_generic; in OutputVariableTable()
1676 static void Callback(void* context, uint16_t slot, uint32_t startAddress, uint32_t endAddress, in OutputVariableTable()
[all …]