Home
last modified time | relevance | path

Searched defs:AddListener (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime_callbacks_test.cc100 void AddListener() OVERRIDE REQUIRES(Locks::mutator_lock_) { in AddListener() function in art::ThreadLifecycleCallbackRuntimeCallbacksTest
219 void AddListener() OVERRIDE REQUIRES(Locks::mutator_lock_) { in AddListener() function in art::ClassLoadCallbackRuntimeCallbacksTest
319 void AddListener() OVERRIDE REQUIRES(Locks::mutator_lock_) { in AddListener() function in art::RuntimeSigQuitCallbackRuntimeCallbacksTest
362 void AddListener() OVERRIDE REQUIRES(Locks::mutator_lock_) { in AddListener() function in art::RuntimePhaseCallbackRuntimeCallbacksTest
Dinstrumentation.cc433 void Instrumentation::AddListener(InstrumentationListener* listener, uint32_t events) { in AddListener() function in art::instrumentation::Instrumentation