Home
last modified time | relevance | path

Searched refs:ReadMethodId (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_request.cc96 MethodId Request::ReadMethodId() { in ReadMethodId() function in art::JDWP::Request
149 location.method_id = ReadMethodId(); in ReadLocation()
Djdwp_handler.cc654 MethodId method_id = request->ReadMethodId(); in CT_InvokeMethod()
671 MethodId method_id = request->ReadMethodId(); in CT_NewInstance()
707 MethodId method_id = request->ReadMethodId(); in IT_InvokeMethod()
718 MethodId method_id = request->ReadMethodId(); in M_LineTable()
729 MethodId method_id = request->ReadMethodId(); in M_VariableTable()
752 MethodId method_id = request->ReadMethodId(); in M_Bytecodes()
771 MethodId id = request->ReadMethodId(); in M_IsObsolete()
857 MethodId method_id = request->ReadMethodId(); in OR_InvokeMethod()
Djdwp.h442 MethodId ReadMethodId() REQUIRES_SHARED(Locks::mutator_lock_);