Searched refs:HasDexPcListeners (Results 1 – 4 of 4) sorted by relevance
378 bool HasDexPcListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasDexPcListeners() function460 if (UNLIKELY(HasDexPcListeners())) { in DexPcMovedEvent()
356 return instr->HasDexPcListeners(); in HasEventListener()477 EXPECT_FALSE(instr->HasDexPcListeners()); in TEST_F()
278 return (InterpretOnly(method) || thread->IsForceInterpreter()) && HasDexPcListeners(); in NeedsDexPcEvents()
181 DCHECK(instrumentation->HasDexPcListeners()); in DoDexPcMoveEvent()