Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h60 typedef uint64_t RefTypeId; /* like ObjectID, but unique for Class objects */ typedef
/art/runtime/
Ddebugger.cc1623 void Dbg::OutputLineTable(JDWP::RefTypeId, JDWP::MethodId method_id, JDWP::ExpandBuf* pReply) { in OutputLineTable()
1668 void Dbg::OutputVariableTable(JDWP::RefTypeId, JDWP::MethodId method_id, bool with_generic, in OutputVariableTable()
1741 JDWP::JdwpError Dbg::GetBytecodes(JDWP::RefTypeId, JDWP::MethodId method_id, in GetBytecodes()