Home
last modified time | relevance | path

Searched refs:InstrumentationEvent (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dinstrumentation.h121 enum InstrumentationEvent { enum
606 std::ostream& operator<<(std::ostream& os, const Instrumentation::InstrumentationEvent& rhs);
Dtrace.h211 instrumentation::Instrumentation::InstrumentationEvent event,
Dinstrumentation.cc408 static bool HasEvent(Instrumentation::InstrumentationEvent expected, uint32_t events) { in HasEvent()
412 static void PotentiallyAddListenerTo(Instrumentation::InstrumentationEvent event, in PotentiallyAddListenerTo()
483 static void PotentiallyRemoveListenerFrom(Instrumentation::InstrumentationEvent event, in PotentiallyRemoveListenerFrom()
Ddebugger.cc276 static bool IsListeningTo(instrumentation::Instrumentation::InstrumentationEvent event) in IsListeningTo()
3155 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()
3156 instrumentation->AddListener(&gDebugInstrumentationListener, request.InstrumentationEvent()); in ProcessDeoptimizationRequest()
3157 instrumentation_events_ |= request.InstrumentationEvent(); in ProcessDeoptimizationRequest()
3161 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()
3163 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()
3164 instrumentation_events_ &= ~request.InstrumentationEvent(); in ProcessDeoptimizationRequest()
3204 DCHECK_NE(req.InstrumentationEvent(), 0u); in RequestDeoptimizationLocked()
3205 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent()); in RequestDeoptimizationLocked()
3207 req.InstrumentationEvent()); in RequestDeoptimizationLocked()
[all …]
Ddebugger.h181 uint32_t InstrumentationEvent() const { in InstrumentationEvent() function
Dtrace.cc906 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()