Searched refs:HasBranchListeners (Results 1 – 5 of 5) sorted by relevance
82 static bool HasBranchListeners(const instrumentation::Instrumentation* instrumentation) in HasBranchListeners() function in art::interpreter::ActiveInstrumentationHandler84 return instrumentation->HasBranchListeners(); in HasBranchListeners()
150 static bool HasBranchListeners(const instrumentation::Instrumentation* instrumentation) in HasBranchListeners() function in art::interpreter::InactiveInstrumentationHandler152 DCHECK(!instrumentation->HasBranchListeners()); in HasBranchListeners()
410 if (UNLIKELY(InstrumentationHandler::HasBranchListeners(Instrumentation()))) { in HandleBranch()
409 bool HasBranchListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasBranchListeners() function483 if (UNLIKELY(HasBranchListeners())) { in Branch()
366 return instr->HasBranchListeners(); in HasEventListener()