Home
last modified time | relevance | path

Searched refs:HasDexPcListeners (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dinstrumentation.h309 bool HasDexPcListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasDexPcListeners() function
379 if (UNLIKELY(HasDexPcListeners())) { in DexPcMovedEvent()
Dinstrumentation_test.cc353 return instr->HasDexPcListeners(); in HasEventListener()
465 EXPECT_FALSE(instr->HasDexPcListeners()); in TEST_F()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc69 if (UNLIKELY(instrumentation->HasDexPcListeners()) && \
128 DCHECK(instrumentation->HasDexPcListeners()); in DoDexPcMoveEvent()