Searched refs:InstrumentationEvent (Results 1 – 6 of 6) sorted by relevance
234 instrumentation::Instrumentation::InstrumentationEvent event,
167 enum InstrumentationEvent { enum719 std::ostream& operator<<(std::ostream& os, const Instrumentation::InstrumentationEvent& rhs);
295 static bool IsListeningTo(instrumentation::Instrumentation::InstrumentationEvent event) in IsListeningTo()3241 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3242 instrumentation->AddListener(&gDebugInstrumentationListener, request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3243 instrumentation_events_ |= request.InstrumentationEvent(); in ProcessDeoptimizationRequest()3247 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3249 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3250 instrumentation_events_ &= ~request.InstrumentationEvent(); in ProcessDeoptimizationRequest()3290 DCHECK_NE(req.InstrumentationEvent(), 0u); in RequestDeoptimizationLocked()3291 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent()); in RequestDeoptimizationLocked()3293 req.InstrumentationEvent()); in RequestDeoptimizationLocked()[all …]
461 static bool HasEvent(Instrumentation::InstrumentationEvent expected, uint32_t events) { in HasEvent()465 static void PotentiallyAddListenerTo(Instrumentation::InstrumentationEvent event, in PotentiallyAddListenerTo()546 static void PotentiallyRemoveListenerFrom(Instrumentation::InstrumentationEvent event, in PotentiallyRemoveListenerFrom()
200 uint32_t InstrumentationEvent() const { in InstrumentationEvent() function
929 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()