Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h120 enum InstrumentationEvent { enum
600 std::ostream& operator<<(std::ostream& os, const Instrumentation::InstrumentationEvent& rhs);
Dtrace.h208 instrumentation::Instrumentation::InstrumentationEvent event,
Dinstrumentation.cc407 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()
Ddebugger.cc266 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 …]
Ddebugger.h178 uint32_t InstrumentationEvent() const { in InstrumentationEvent() function
Dtrace.cc916 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()