Home
last modified time | relevance | path

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

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