Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc166 } else if (IsListeningToMethodExit() && IsReturn(method, dex_pc)) { in MethodEntered()
213 if (IsListeningToMethodExit() && IsReturn(method, new_dex_pc)) { in DexPcMoved()
284 static bool IsListeningToMethodExit() REQUIRES_SHARED(Locks::mutator_lock_) { in IsListeningToMethodExit() function in art::DebugInstrumentationListener