Searched refs:HasDexPcListeners (Results 1 – 5 of 5) sorted by relevance
91 Runtime::Current()->GetInstrumentation()->HasDexPcListeners()); in NeedsDexPcEvents()130 DCHECK(instrumentation->HasDexPcListeners()); in DoDexPcMoveEvent()
160 DCHECK(!Runtime::Current()->GetInstrumentation()->HasDexPcListeners()); in NeedsDexPcEvents()
393 bool HasDexPcListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasDexPcListeners() function475 if (UNLIKELY(HasDexPcListeners())) { in DexPcMovedEvent()
356 return instr->HasDexPcListeners(); in HasEventListener()477 EXPECT_FALSE(instr->HasDexPcListeners()); in TEST_F()
281 return (InterpretOnly(method) || thread->IsForceInterpreter()) && HasDexPcListeners(); in NeedsDexPcEvents()