Home
last modified time | relevance | path

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

/art/runtime/
Druntime_callbacks_test.cc103 void RemoveListener() OVERRIDE REQUIRES(Locks::mutator_lock_) { in RemoveListener() function in art::ThreadLifecycleCallbackRuntimeCallbacksTest
222 void RemoveListener() OVERRIDE REQUIRES(Locks::mutator_lock_) { in RemoveListener() function in art::ClassLoadCallbackRuntimeCallbacksTest
322 void RemoveListener() OVERRIDE REQUIRES(Locks::mutator_lock_) { in RemoveListener() function in art::RuntimeSigQuitCallbackRuntimeCallbacksTest
365 void RemoveListener() OVERRIDE REQUIRES(Locks::mutator_lock_) { in RemoveListener() function in art::RuntimePhaseCallbackRuntimeCallbacksTest
Dinstrumentation.cc510 void Instrumentation::RemoveListener(InstrumentationListener* listener, uint32_t events) { in RemoveListener() function in art::instrumentation::Instrumentation