Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h236 bool HasDexPcListeners() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in HasDexPcListeners() function
287 if (UNLIKELY(HasDexPcListeners())) { in DexPcMovedEvent()
Dinstrumentation.cc977 if (HasDexPcListeners()) { in DexPcMovedEventImpl()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc54 } else if (UNLIKELY(instrumentation->HasDexPcListeners())) { \
189 } else if (UNLIKELY(instrumentation->HasDexPcListeners())) { in ExecuteSwitchImpl()
205 } else if (UNLIKELY(instrumentation->HasDexPcListeners())) { in ExecuteSwitchImpl()
222 } else if (UNLIKELY(instrumentation->HasDexPcListeners())) { in ExecuteSwitchImpl()
238 } else if (UNLIKELY(instrumentation->HasDexPcListeners())) { in ExecuteSwitchImpl()
277 } else if (UNLIKELY(instrumentation->HasDexPcListeners())) { in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc264 } else if (UNLIKELY(instrumentation->HasDexPcListeners())) { in ExecuteGotoImpl()
283 } else if (UNLIKELY(instrumentation->HasDexPcListeners())) { in ExecuteGotoImpl()
303 } else if (UNLIKELY(instrumentation->HasDexPcListeners())) { in ExecuteGotoImpl()
322 } else if (UNLIKELY(instrumentation->HasDexPcListeners())) { in ExecuteGotoImpl()
363 } else if (UNLIKELY(instrumentation->HasDexPcListeners())) { in ExecuteGotoImpl()
2428 if (UNLIKELY(instrumentation->HasDexPcListeners())) { \ in ExecuteGotoImpl()