Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h341 bool HasMethodEntryListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasMethodEntryListeners() function
394 if (UNLIKELY(HasMethodEntryListeners())) { in MethodEnterEvent()
Dinstrumentation_test.cc356 return instr->HasMethodEntryListeners(); in HasEventListener()
491 EXPECT_FALSE(instr->HasMethodEntryListeners()); in TEST_F()
Dinstrumentation.cc1061 if (!HasMethodEntryListeners() && !HasMethodExitListeners()) { in ShouldNotifyMethodEnterExitEvents()
1155 if (HasMethodEntryListeners()) { in MethodEnterEventImpl()
/art/runtime/interpreter/
Dinterpreter.cc272 if (UNLIKELY(instrumentation->HasMethodEntryListeners())) { in Execute()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc942 if (instr->HasMethodEntryListeners()) { in artQuickProxyInvokeHandler()