Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl0.cc82 static bool HasBranchListeners(const instrumentation::Instrumentation* instrumentation) in HasBranchListeners() function in art::interpreter::ActiveInstrumentationHandler
84 return instrumentation->HasBranchListeners(); in HasBranchListeners()
Dinterpreter_switch_impl1.cc150 static bool HasBranchListeners(const instrumentation::Instrumentation* instrumentation) in HasBranchListeners() function in art::interpreter::InactiveInstrumentationHandler
152 DCHECK(!instrumentation->HasBranchListeners()); in HasBranchListeners()
Dinterpreter_switch_impl-inl.h410 if (UNLIKELY(InstrumentationHandler::HasBranchListeners(Instrumentation()))) { in HandleBranch()
/art/runtime/
Dinstrumentation.h409 bool HasBranchListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasBranchListeners() function
483 if (UNLIKELY(HasBranchListeners())) { in Branch()
Dinstrumentation_test.cc366 return instr->HasBranchListeners(); in HasEventListener()