Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl0.cc91 Runtime::Current()->GetInstrumentation()->HasDexPcListeners()); in NeedsDexPcEvents()
130 DCHECK(instrumentation->HasDexPcListeners()); in DoDexPcMoveEvent()
Dinterpreter_switch_impl1.cc160 DCHECK(!Runtime::Current()->GetInstrumentation()->HasDexPcListeners()); in NeedsDexPcEvents()
/art/runtime/
Dinstrumentation.h393 bool HasDexPcListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasDexPcListeners() function
475 if (UNLIKELY(HasDexPcListeners())) { in DexPcMovedEvent()
Dinstrumentation_test.cc356 return instr->HasDexPcListeners(); in HasEventListener()
477 EXPECT_FALSE(instr->HasDexPcListeners()); in TEST_F()
Dinstrumentation.cc281 return (InterpretOnly(method) || thread->IsForceInterpreter()) && HasDexPcListeners(); in NeedsDexPcEvents()