Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h383 bool HasWatchedFramePopListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasWatchedFramePopListeners() function
479 if (UNLIKELY(HasWatchedFramePopListeners())) { in WatchedFramePopped()
Dinstrumentation_test.cc377 return instr->HasWatchedFramePopListeners(); in HasEventListener()
/art/runtime/interpreter/
Dinterpreter_common.h154 return ins->HasMethodExitListeners() || ins->HasWatchedFramePopListeners(); in NeedsMethodExitEvent()
Dinterpreter_common.cc116 if (UNLIKELY(frame.NeedsNotifyPop() && instrumentation->HasWatchedFramePopListeners())) { in SendMethodExitEvents()