Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_switch_impl0.cc70 static bool HasFieldReadListeners(const instrumentation::Instrumentation* instrumentation) in HasFieldReadListeners() function in art::interpreter::ActiveInstrumentationHandler
/aosp_15_r20/art/dex2oat/interpreter/
H A Dinterpreter_switch_impl1.cc136 static bool HasFieldReadListeners(const instrumentation::Instrumentation* instrumentation) in HasFieldReadListeners() function in art::interpreter::InactiveInstrumentationHandler
/aosp_15_r20/art/runtime/
H A Dinstrumentation.h398 bool HasFieldReadListeners() const REQUIRES_SHARED(Locks::mutator_lock_) { in HasFieldReadListeners() function