Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4035 ArtMethod* actual_method = in ExecuteMethodWithoutPendingException() local
4037 if (actual_method != m) { in ExecuteMethodWithoutPendingException()
4039 << " to " << PrettyMethod(actual_method); in ExecuteMethodWithoutPendingException()
4040 m = actual_method; in ExecuteMethodWithoutPendingException()