Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dshadow_frame.h356 bool NeedsNotifyPop() const { in NeedsNotifyPop() function
Dinterpreter_common.cc446 if (shadow_frame.NeedsNotifyPop()) { in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
Dinterpreter_switch_impl.cc186 if (UNLIKELY(frame.NeedsNotifyPop() && instrumentation->HasWatchedFramePopListeners())) { in SendMethodExitEvents()