Searched refs:InstrumentationEvent (Results 1 – 6 of 6) sorted by relevance
108 enum InstrumentationEvent { enum500 std::ostream& operator<<(std::ostream& os, const Instrumentation::InstrumentationEvent& rhs);
200 instrumentation::Instrumentation::InstrumentationEvent event,
352 static bool IsListeningTo(instrumentation::Instrumentation::InstrumentationEvent event) in IsListeningTo()3148 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3149 instrumentation->AddListener(&gDebugInstrumentationListener, request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3150 instrumentation_events_ |= request.InstrumentationEvent(); in ProcessDeoptimizationRequest()3154 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3156 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3157 instrumentation_events_ &= ~request.InstrumentationEvent(); in ProcessDeoptimizationRequest()3197 DCHECK_NE(req.InstrumentationEvent(), 0u); in RequestDeoptimizationLocked()3198 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent()); in RequestDeoptimizationLocked()3200 req.InstrumentationEvent()); in RequestDeoptimizationLocked()[all …]
180 uint32_t InstrumentationEvent() const { in InstrumentationEvent() function
393 static bool HasEvent(Instrumentation::InstrumentationEvent expected, uint32_t events) { in HasEvent()
889 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()