Home | History | Annotate | Download | only in runtime

Lines Matching refs:InstrumentationEvent

2976                                  request.InstrumentationEvent());
2977 instrumentation->AddListener(&gDebugInstrumentationListener, request.InstrumentationEvent());
2978 instrumentation_events_ |= request.InstrumentationEvent();
2982 request.InstrumentationEvent());
2984 request.InstrumentationEvent());
2985 instrumentation_events_ &= ~request.InstrumentationEvent();
3048 DCHECK_NE(req.InstrumentationEvent(), 0u);
3049 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent());
3051 req.InstrumentationEvent());
3054 deoptimization_requests_.size(), req.InstrumentationEvent());
3061 DCHECK_NE(req.InstrumentationEvent(), 0u);
3062 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent());
3064 req.InstrumentationEvent());
3068 deoptimization_requests_.size(), req.InstrumentationEvent());