Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h181 enum InstrumentationEvent { enum
726 std::ostream& operator<<(std::ostream& os, const Instrumentation::InstrumentationEvent& rhs);
Ddebugger.cc288 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 …]
Dtrace.h265 instrumentation::Instrumentation::InstrumentationEvent event,
Dinstrumentation.cc525 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()
Ddebugger.h210 uint32_t InstrumentationEvent() const { in InstrumentationEvent() function
Dtrace.cc876 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()