Home
last modified time | relevance | path

Searched defs:HasBranchListeners (Results 1 – 3 of 3) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_switch_impl0.cc82 static bool HasBranchListeners(const instrumentation::Instrumentation* instrumentation) in HasBranchListeners() function in art::interpreter::ActiveInstrumentationHandler
Dinterpreter_switch_impl1.cc150 static bool HasBranchListeners(const instrumentation::Instrumentation* instrumentation) in HasBranchListeners() function in art::interpreter::InactiveInstrumentationHandler
/art/runtime/
Dinstrumentation.h409 bool HasBranchListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasBranchListeners() function