Searched refs:InstrumentationEvent (Results 1 – 6 of 6) sorted by relevance
120 enum InstrumentationEvent { enum600 std::ostream& operator<<(std::ostream& os, const Instrumentation::InstrumentationEvent& rhs);
208 instrumentation::Instrumentation::InstrumentationEvent event,
407 static bool HasEvent(Instrumentation::InstrumentationEvent expected, uint32_t events) { in HasEvent()411 static void PotentiallyAddListenerTo(Instrumentation::InstrumentationEvent event, in PotentiallyAddListenerTo()482 static void PotentiallyRemoveListenerFrom(Instrumentation::InstrumentationEvent event, in PotentiallyRemoveListenerFrom()
266 static bool IsListeningTo(instrumentation::Instrumentation::InstrumentationEvent event) in IsListeningTo()3094 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3095 instrumentation->AddListener(&gDebugInstrumentationListener, request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3096 instrumentation_events_ |= request.InstrumentationEvent(); in ProcessDeoptimizationRequest()3100 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3102 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3103 instrumentation_events_ &= ~request.InstrumentationEvent(); in ProcessDeoptimizationRequest()3143 DCHECK_NE(req.InstrumentationEvent(), 0u); in RequestDeoptimizationLocked()3144 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent()); in RequestDeoptimizationLocked()3146 req.InstrumentationEvent()); in RequestDeoptimizationLocked()[all …]
178 uint32_t InstrumentationEvent() const { in InstrumentationEvent() function
916 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()