Searched defs:DebugCallbackContext (Results 1 – 1 of 1) sorted by relevance
1655 struct DebugCallbackContext { in OutputLineTable() struct1656 int numItems; in OutputLineTable()1657 JDWP::ExpandBuf* pReply; in OutputLineTable()1659 static bool Callback(void* context, uint32_t address, uint32_t line_number) { in OutputLineTable()1701 struct DebugCallbackContext { in OutputVariableTable() struct1702 mirror::ArtMethod* method; in OutputVariableTable()1703 JDWP::ExpandBuf* pReply; in OutputVariableTable()1704 size_t variable_count; in OutputVariableTable()1705 bool with_generic; in OutputVariableTable()1707 static void Callback(void* context, uint16_t slot, uint32_t startAddress, uint32_t endAddress, in OutputVariableTable()[all …]