Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h411 return &instrumentation_; in GetInstrumentation()
415 return &instrumentation_; in GetInstrumentation()
618 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()
1179 instrumentation_.VisitRoots(callback, arg); in VisitNonThreadRoots()