Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc1643 struct DebugCallbackContext { in OutputLineTable() struct
1644 int numItems; in OutputLineTable()
1645 JDWP::ExpandBuf* pReply; in OutputLineTable()
1647 static bool Callback(void* context, uint32_t address, uint32_t line_number) { in OutputLineTable()
1689 struct DebugCallbackContext { in OutputVariableTable() struct
1690 mirror::ArtMethod* method; in OutputVariableTable()
1691 JDWP::ExpandBuf* pReply; in OutputVariableTable()
1692 size_t variable_count; in OutputVariableTable()
1693 bool with_generic; in OutputVariableTable()
1695 static void Callback(void* context, uint16_t slot, uint32_t startAddress, uint32_t endAddress, in OutputVariableTable()
[all …]