Lines Matching refs:InstrumentationEvent
295 static bool IsListeningTo(instrumentation::Instrumentation::InstrumentationEvent event)
3241 request.InstrumentationEvent());
3242 instrumentation->AddListener(&gDebugInstrumentationListener, request.InstrumentationEvent());
3243 instrumentation_events_ |= request.InstrumentationEvent();
3247 request.InstrumentationEvent());
3249 request.InstrumentationEvent());
3250 instrumentation_events_ &= ~request.InstrumentationEvent();
3290 DCHECK_NE(req.InstrumentationEvent(), 0u);
3291 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent());
3293 req.InstrumentationEvent());
3296 deoptimization_requests_.size(), req.InstrumentationEvent());
3303 DCHECK_NE(req.InstrumentationEvent(), 0u);
3304 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent());
3306 req.InstrumentationEvent());
3310 deoptimization_requests_.size(), req.InstrumentationEvent());