Home | History | Annotate | Download | only in runtime

Lines Matching refs:InstrumentationEvent

352   static bool IsListeningTo(instrumentation::Instrumentation::InstrumentationEvent event)
3148 request.InstrumentationEvent());
3149 instrumentation->AddListener(&gDebugInstrumentationListener, request.InstrumentationEvent());
3150 instrumentation_events_ |= request.InstrumentationEvent();
3154 request.InstrumentationEvent());
3156 request.InstrumentationEvent());
3157 instrumentation_events_ &= ~request.InstrumentationEvent();
3197 DCHECK_NE(req.InstrumentationEvent(), 0u);
3198 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent());
3200 req.InstrumentationEvent());
3203 deoptimization_requests_.size(), req.InstrumentationEvent());
3210 DCHECK_NE(req.InstrumentationEvent(), 0u);
3211 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent());
3213 req.InstrumentationEvent());
3217 deoptimization_requests_.size(), req.InstrumentationEvent());