Searched refs:actual_method (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Ddebugger.cc3690 mirror::ArtMethod* actual_method = pReq->klass->FindVirtualMethodForVirtualOrInterface(m.Get()); local
3691 if (actual_method != m.Get()) {
3692 VLOG(jdwp) << "ExecuteMethod translated " << PrettyMethod(m.Get()) << " to " << PrettyMethod(actual_method);
3693 m.Assign(actual_method);

Completed in 13 milliseconds