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.cc655 MethodId method_id = request->ReadMethodId(); in CT_InvokeMethod()
672 MethodId method_id = request->ReadMethodId(); in CT_NewInstance()
708 MethodId method_id = request->ReadMethodId(); in IT_InvokeMethod()
719 MethodId method_id = request->ReadMethodId(); in M_LineTable()
730 MethodId method_id = request->ReadMethodId(); in M_VariableTable()
753 MethodId method_id = request->ReadMethodId(); in M_Bytecodes()
772 MethodId id = request->ReadMethodId(); in M_IsObsolete()
858 MethodId method_id = request->ReadMethodId(); in OR_InvokeMethod()
Djdwp.h438 MethodId ReadMethodId() REQUIRES_SHARED(Locks::mutator_lock_);