Searched refs:IsListeningToMethodExit (Results 1 – 1 of 1) sorted by relevance
166 } 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