Home
last modified time | relevance | path

Searched refs:instrumentation_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime.h403 return &instrumentation_; in GetInstrumentation()
407 return &instrumentation_; in GetInstrumentation()
607 instrumentation::Instrumentation instrumentation_; variable
Dinstrumentation.cc346 instrumentation_(instrumentation), in InstrumentationRestoreStack()
382 if (instrumentation_->ShouldNotifyMethodEnterExitEvents()) { in InstrumentationRestoreStack()
385 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m, in InstrumentationRestoreStack()
402 Instrumentation* const instrumentation_; in InstrumentationRestoreStack() member
Druntime.cc136 instrumentation_(), in Runtime()
1176 instrumentation_.VisitRoots(callback, arg); in VisitNonThreadRoots()