HomeSort by relevance Sort by last modified time
    Searched refs:RemoveListener (Results 1 - 10 of 10) sorted by null

  /art/runtime/
runtime_callbacks_test.cc 69 RemoveListener();
76 virtual void RemoveListener() REQUIRES(Locks::mutator_lock_) = 0;
107 void RemoveListener() override REQUIRES(Locks::mutator_lock_) {
226 void RemoveListener() override REQUIRES(Locks::mutator_lock_) {
326 void RemoveListener() override REQUIRES(Locks::mutator_lock_) {
369 void RemoveListener() override REQUIRES(Locks::mutator_lock_) {
441 void RemoveListener() override REQUIRES(Locks::mutator_lock_) {
instrumentation.h 210 void RemoveListener(InstrumentationListener* listener, uint32_t events)
    [all...]
instrumentation_test.cc 249 instr->RemoveListener(&listener, instrumentation_event);
    [all...]
trace.cc 481 runtime->GetInstrumentation()->RemoveListener(
    [all...]
instrumentation.cc 632 void Instrumentation::RemoveListener(InstrumentationListener* listener, uint32_t events) {
    [all...]
debugger.cc 727 runtime->GetInstrumentation()->RemoveListener(&gDebugInstrumentationListener,
    [all...]
  /external/v8/src/
code-events.h 107 void RemoveListener(CodeEventListener* listener) {
log.cc 373 isolate_->code_event_dispatcher()->RemoveListener(this);
981 isolate_->code_event_dispatcher()->RemoveListener(listener);
    [all...]
  /art/openjdkjvmti/
events.cc     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 91 milliseconds