Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_request.cc95 MethodId Request::ReadMethodId() { in ReadMethodId() function in art::JDWP::Request
148 location.method_id = ReadMethodId(); in ReadLocation()
Djdwp_handler.cc692 MethodId method_id = request.ReadMethodId(); in CT_InvokeMethod()
708 MethodId method_id = request.ReadMethodId(); in CT_NewInstance()
748 MethodId method_id = request.ReadMethodId(); in M_LineTable()
759 MethodId method_id = request.ReadMethodId(); in M_VariableTable()
782 MethodId method_id = request.ReadMethodId(); in M_Bytecodes()
878 MethodId method_id = request.ReadMethodId(); in OR_InvokeMethod()
Djdwp.h406 MethodId ReadMethodId() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);