Home
last modified time | relevance | path

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

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