Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h234 instrumentation::Instrumentation::InstrumentationEvent event,
Dinstrumentation.h167 enum InstrumentationEvent { enum
719 std::ostream& operator<<(std::ostream& os, const Instrumentation::InstrumentationEvent& rhs);
Ddebugger.cc295 static bool IsListeningTo(instrumentation::Instrumentation::InstrumentationEvent event) in IsListeningTo()
3241 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()
3242 instrumentation->AddListener(&gDebugInstrumentationListener, request.InstrumentationEvent()); in ProcessDeoptimizationRequest()
3243 instrumentation_events_ |= request.InstrumentationEvent(); in ProcessDeoptimizationRequest()
3247 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()
3249 request.InstrumentationEvent()); in ProcessDeoptimizationRequest()
3250 instrumentation_events_ &= ~request.InstrumentationEvent(); in ProcessDeoptimizationRequest()
3290 DCHECK_NE(req.InstrumentationEvent(), 0u); in RequestDeoptimizationLocked()
3291 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent()); in RequestDeoptimizationLocked()
3293 req.InstrumentationEvent()); in RequestDeoptimizationLocked()
[all …]
Dinstrumentation.cc461 static bool HasEvent(Instrumentation::InstrumentationEvent expected, uint32_t events) { in HasEvent()
465 static void PotentiallyAddListenerTo(Instrumentation::InstrumentationEvent event, in PotentiallyAddListenerTo()
546 static void PotentiallyRemoveListenerFrom(Instrumentation::InstrumentationEvent event, in PotentiallyRemoveListenerFrom()
Ddebugger.h200 uint32_t InstrumentationEvent() const { in InstrumentationEvent() function
Dtrace.cc929 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()