Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dinstrumentation.h355 bool HasMethodExitListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasMethodExitListeners() function
420 if (UNLIKELY(HasMethodExitListeners())) { in MethodExitEvent()
H A Dinstrumentation.cc1102 if (!HasMethodEntryListeners() && !HasMethodExitListeners()) { in ShouldNotifyMethodEnterExitEvents()
1205 if (HasMethodExitListeners()) { in MethodExitEventImpl()
1223 if (HasMethodExitListeners()) { in MethodExitEventImpl()
H A Dinstrumentation_test.cc361 return instr->HasMethodExitListeners(); in HasEventListener()
495 EXPECT_FALSE(instr->HasMethodExitListeners()); in TEST_F()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.h154 return ins->HasMethodExitListeners() || ins->HasWatchedFramePopListeners(); in NeedsMethodExitEvent()
H A Dinterpreter_common.cc106 if (UNLIKELY(instrumentation->HasMethodExitListeners() && !frame.GetSkipMethodExitEvents())) { in SendMethodExitEvents()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc878 } else if (instr->HasMethodExitListeners()) { in artQuickProxyInvokeHandler()