Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dshadow_frame.h336 bool NeedsNotifyPop() const { in NeedsNotifyPop() function
Dinterpreter_common.cc116 if (UNLIKELY(frame.NeedsNotifyPop() && instrumentation->HasWatchedFramePopListeners())) { in SendMethodExitEvents()
175 if (shadow_frame.NeedsNotifyPop()) { in MoveToExceptionHandler()
/art/openjdkjvmti/
Dti_stack.cc1085 if (LIKELY(!shadow_frame->NeedsNotifyPop())) { in NotifyFramePop()