Searched refs:InstrumentationEvent (Results 1 – 6 of 6) sorted by relevance
181 enum InstrumentationEvent { enum726 std::ostream& operator<<(std::ostream& os, const Instrumentation::InstrumentationEvent& rhs);
288 static bool IsListeningTo(instrumentation::Instrumentation::InstrumentationEvent event) in IsListeningTo()3131 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3132 instrumentation->AddListener(&gDebugInstrumentationListener, request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3133 instrumentation_events_ |= request.InstrumentationEvent(); in ProcessDeoptimizationRequest()3137 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3139 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()3140 instrumentation_events_ &= ~request.InstrumentationEvent(); in ProcessDeoptimizationRequest()3180 DCHECK_NE(req.InstrumentationEvent(), 0u); in RequestDeoptimizationLocked()3181 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent()); in RequestDeoptimizationLocked()3183 req.InstrumentationEvent()); in RequestDeoptimizationLocked()[all …]
265 instrumentation::Instrumentation::InstrumentationEvent event,
525 static bool HasEvent(Instrumentation::InstrumentationEvent expected, uint32_t events) { in HasEvent()529 static void PotentiallyAddListenerTo(Instrumentation::InstrumentationEvent event, in PotentiallyAddListenerTo()605 static void PotentiallyRemoveListenerFrom(Instrumentation::InstrumentationEvent event, in PotentiallyRemoveListenerFrom()
210 uint32_t InstrumentationEvent() const { in InstrumentationEvent() function
876 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()