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