Home | History | Annotate | Download | only in runtime

Lines Matching full:methodid

1143 static JDWP::MethodId ToMethodId(const mirror::ArtMethod* m)
1148 return static_cast<JDWP::MethodId>(reinterpret_cast<uintptr_t>(m));
1161 static mirror::ArtMethod* FromMethodId(JDWP::MethodId mid)
1183 std::string Dbg::GetMethodName(JDWP::MethodId method_id)
1316 void Dbg::OutputLineTable(JDWP::RefTypeId, JDWP::MethodId method_id, JDWP::ExpandBuf* pReply)
1359 void Dbg::OutputVariableTable(JDWP::RefTypeId, JDWP::MethodId method_id, bool with_generic, JDWP::ExpandBuf* pReply) {
1408 JDWP::JdwpError Dbg::GetBytecodes(JDWP::RefTypeId, JDWP::MethodId method_id,
2624 JDWP::RefTypeId class_id, JDWP::MethodId method_id,