Searched defs:HasBranchListeners (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ | ||
D | interpreter_switch_impl0.cc | 82 static bool HasBranchListeners(const instrumentation::Instrumentation* instrumentation) in HasBranchListeners() function in art::interpreter::ActiveInstrumentationHandler |
D | interpreter_switch_impl1.cc | 150 static bool HasBranchListeners(const instrumentation::Instrumentation* instrumentation) in HasBranchListeners() function in art::interpreter::InactiveInstrumentationHandler |
/art/runtime/ | ||
D | instrumentation.h | 409 bool HasBranchListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasBranchListeners() function |