Searched refs:HasWatchedFramePopListeners (Results 1 – 4 of 4) sorted by relevance
413 bool HasWatchedFramePopListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasWatchedFramePopListeners() function516 if (UNLIKELY(HasWatchedFramePopListeners())) { in WatchedFramePopped()
368 return instr->HasWatchedFramePopListeners(); in HasEventListener()
146 return ins->HasMethodExitListeners() || ins->HasWatchedFramePopListeners(); in NeedsMethodExitEvent()
115 if (UNLIKELY(frame.NeedsNotifyPop() && instrumentation->HasWatchedFramePopListeners())) { in SendMethodExitEvents()