Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h441 return &instrumentation_; in GetInstrumentation()
445 return &instrumentation_; in GetInstrumentation()
687 instrumentation::Instrumentation instrumentation_; variable
Dinstrumentation.cc314 instrumentation_(instrumentation), in InstrumentationRestoreStack()
350 if (instrumentation_->ShouldNotifyMethodEnterExitEvents()) { in InstrumentationRestoreStack()
353 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m, in InstrumentationRestoreStack()
370 Instrumentation* const instrumentation_; in InstrumentationRestoreStack() member
Druntime.cc182 instrumentation_(), in Runtime()