Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dinstrumentation.h351 bool HasMethodEntryListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasMethodEntryListeners() function
406 if (UNLIKELY(HasMethodEntryListeners())) { in MethodEnterEvent()
H A Dinstrumentation_test.cc359 return instr->HasMethodEntryListeners(); in HasEventListener()
494 EXPECT_FALSE(instr->HasMethodEntryListeners()); in TEST_F()
H A Dinstrumentation.cc1102 if (!HasMethodEntryListeners() && !HasMethodExitListeners()) { in ShouldNotifyMethodEnterExitEvents()
1186 if (HasMethodEntryListeners()) { in MethodEnterEventImpl()
/aosp12/art/runtime/interpreter/
H A Dinterpreter.cc296 if (UNLIKELY(instrumentation->HasMethodEntryListeners())) { in Execute()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc857 if (instr->HasMethodEntryListeners()) { in artQuickProxyInvokeHandler()