Searched refs:HasWatchedFramePopListeners (Results 1 – 3 of 3) sorted by relevance
373 bool HasWatchedFramePopListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasWatchedFramePopListeners() function456 if (UNLIKELY(HasWatchedFramePopListeners())) { in WatchedFramePopped()
374 return instr->HasWatchedFramePopListeners(); in HasEventListener()
338 return ins->HasMethodExitListeners() || ins->HasWatchedFramePopListeners(); in NeedsMethodExitEvent()358 if (UNLIKELY(frame.NeedsNotifyPop() && instrumentation->HasWatchedFramePopListeners())) { in SendMethodExitEvents()