Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h378 bool HasDexPcListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasDexPcListeners() function
460 if (UNLIKELY(HasDexPcListeners())) { in DexPcMovedEvent()
Dinstrumentation_test.cc356 return instr->HasDexPcListeners(); in HasEventListener()
477 EXPECT_FALSE(instr->HasDexPcListeners()); in TEST_F()
Dinstrumentation.cc278 return (InterpretOnly(method) || thread->IsForceInterpreter()) && HasDexPcListeners(); in NeedsDexPcEvents()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h181 DCHECK(instrumentation->HasDexPcListeners()); in DoDexPcMoveEvent()