Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h648 static JDWP::JdwpError PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id,
Ddebugger.cc3837 JDWP::JdwpError Dbg::PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id, in PrepareInvokeMethod() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc118 JDWP::JdwpError error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id, in RequestInvoke()