Home | History | Annotate | Download | only in runtime

Lines Matching refs:InstrumentationEvent

281   static bool IsListeningTo(instrumentation::Instrumentation::InstrumentationEvent event)
3164 request.InstrumentationEvent());
3165 instrumentation->AddListener(&gDebugInstrumentationListener, request.InstrumentationEvent());
3166 instrumentation_events_ |= request.InstrumentationEvent();
3170 request.InstrumentationEvent());
3172 request.InstrumentationEvent());
3173 instrumentation_events_ &= ~request.InstrumentationEvent();
3213 DCHECK_NE(req.InstrumentationEvent(), 0u);
3214 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent());
3216 req.InstrumentationEvent());
3219 deoptimization_requests_.size(), req.InstrumentationEvent());
3226 DCHECK_NE(req.InstrumentationEvent(), 0u);
3227 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent());
3229 req.InstrumentationEvent());
3233 deoptimization_requests_.size(), req.InstrumentationEvent());