Searched refs:ExecuteMethod (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Ddebugger.h572 static void ExecuteMethod(DebugInvokeReq* pReq);
H A Ddebugger.cc3773 void Dbg::ExecuteMethod(DebugInvokeReq* pReq) { function in class:art::Dbg
3800 VLOG(jdwp) << "ExecuteMethod translated " << PrettyMethod(m.Get()) << " to " << PrettyMethod(actual_method);
3804 VLOG(jdwp) << "ExecuteMethod " << PrettyMethod(m.Get())
/art/runtime/jdwp/
H A Djdwp_event.cc621 Dbg::ExecuteMethod(pReq);

Completed in 159 milliseconds