Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h97 if (UNLIKELY(NeedsMethodExitEvent(instrumentation))) { in CheckForceReturn()
336 static bool NeedsMethodExitEvent(const instrumentation::Instrumentation* ins) in NeedsMethodExitEvent() function
481 if (UNLIKELY(NeedsMethodExitEvent(instrumentation) && in RETURN_VOID_NO_BARRIER()
508 if (UNLIKELY(NeedsMethodExitEvent(instrumentation) && in RETURN_VOID()
536 if (UNLIKELY(NeedsMethodExitEvent(instrumentation) && in RETURN()
563 if (UNLIKELY(NeedsMethodExitEvent(instrumentation) && in RETURN_WIDE()
610 if (UNLIKELY(NeedsMethodExitEvent(instrumentation) && in RETURN_OBJECT()