Searched refs:AddListener (Results 1 – 4 of 4) sorted by relevance
121 void AddListener(InstrumentationListener* listener, uint32_t events)
383 runtime->GetInstrumentation()->AddListener(the_trace_, in Start()
424 void Instrumentation::AddListener(InstrumentationListener* listener, uint32_t events) { in AddListener() function in art::instrumentation::Instrumentation
2977 instrumentation->AddListener(&gDebugInstrumentationListener, request.InstrumentationEvent()); in ProcessDeoptimizationRequest()