Lines Matching refs:method_id
1466 mirror::ArtMethod* m = FromMethodId(expected_location.method_id); in MatchLocation()
1502 location->method_id = ToMethodId(m); in SetJdwpLocation()
1507 std::string Dbg::GetMethodName(JDWP::MethodId method_id) in GetMethodName() argument
1509 mirror::ArtMethod* m = FromMethodId(method_id); in GetMethodName()
1653 void Dbg::OutputLineTable(JDWP::RefTypeId, JDWP::MethodId method_id, JDWP::ExpandBuf* pReply) in OutputLineTable() argument
1667 mirror::ArtMethod* m = FromMethodId(method_id); in OutputLineTable()
1699 void Dbg::OutputVariableTable(JDWP::RefTypeId, JDWP::MethodId method_id, bool with_generic, in OutputVariableTable() argument
1731 mirror::ArtMethod* m = FromMethodId(method_id); in OutputVariableTable()
1758 void Dbg::OutputMethodReturnValue(JDWP::MethodId method_id, const JValue* return_value, in OutputMethodReturnValue() argument
1760 mirror::ArtMethod* m = FromMethodId(method_id); in OutputMethodReturnValue()
1772 JDWP::JdwpError Dbg::GetBytecodes(JDWP::RefTypeId, JDWP::MethodId method_id, in GetBytecodes() argument
1775 mirror::ArtMethod* m = FromMethodId(method_id); in GetBytecodes()
3269 mirror::ArtMethod* m = FromMethodId(location->method_id); in WatchLocation()
3270 DCHECK(m != nullptr) << "No method for method id " << location->method_id; in WatchLocation()
3304 mirror::ArtMethod* m = FromMethodId(location->method_id); in UnwatchLocation()
3305 DCHECK(m != nullptr) << "No method for method id " << location->method_id; in UnwatchLocation()
3582 JDWP::RefTypeId class_id, JDWP::MethodId method_id, in InvokeMethod() argument
3647 mirror::ArtMethod* m = FromMethodId(method_id); in InvokeMethod()