Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h291 bool HasBranchListeners() const SHARED_REQUIRES(Locks::mutator_lock_) { in HasBranchListeners() function
351 if (UNLIKELY(HasBranchListeners())) { in Branch()
Dinstrumentation_test.cc310 return instr->HasBranchListeners(); in HasEventListener()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc69 if (UNLIKELY(instrumentation->HasBranchListeners())) { \
Dinterpreter_switch_impl.cc74 if (UNLIKELY(instrumentation->HasBranchListeners())) { \