Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h345 bool HasMethodExitListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasMethodExitListeners() function
406 if (UNLIKELY(HasMethodExitListeners())) { in MethodExitEvent()
Dinstrumentation_test.cc358 return instr->HasMethodExitListeners(); in HasEventListener()
492 EXPECT_FALSE(instr->HasMethodExitListeners()); in TEST_F()
Dinstrumentation.cc1061 if (!HasMethodEntryListeners() && !HasMethodExitListeners()) { in ShouldNotifyMethodEnterExitEvents()
1172 if (HasMethodExitListeners()) { in MethodExitEventImpl()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h338 return ins->HasMethodExitListeners() || ins->HasWatchedFramePopListeners(); in NeedsMethodExitEvent()
354 if (UNLIKELY(instrumentation->HasMethodExitListeners() && !frame.GetForcePopFrame())) { in SendMethodExitEvents()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc963 } else if (instr->HasMethodExitListeners()) { in artQuickProxyInvokeHandler()