Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc253 } else if (IsListeningToMethodExit() && IsReturn(method, dex_pc)) { in MethodEntered()
293 if (IsListeningToMethodExit() && IsReturn(method, new_dex_pc)) { in DexPcMoved()
348 static bool IsListeningToMethodExit() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsListeningToMethodExit() function in art::FINAL