Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h324 bool HasMethodEntryListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasMethodEntryListeners() function
390 if (UNLIKELY(HasMethodEntryListeners())) { in MethodEnterEvent()
Dinstrumentation_test.cc368 return instr->HasMethodEntryListeners(); in HasEventListener()
510 EXPECT_FALSE(instr->HasMethodEntryListeners()); in TEST_F()
Dinstrumentation.cc961 if (!HasMethodEntryListeners() && !HasMethodExitListeners()) { in ShouldNotifyMethodEnterExitEvents()
1012 if (HasMethodEntryListeners()) { in MethodEnterEventImpl()
/art/runtime/interpreter/
Dinterpreter.cc256 if (UNLIKELY(instrumentation->HasMethodEntryListeners())) { in Execute()