Searched refs:instrumentation_ (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | instrumentation.cc | 89 : instrumentation_(instrumentation) {} in InstallStubsClassVisitor() 92 instrumentation_->InstallStubsForClass(klass.Ptr()); in operator ()() 97 Instrumentation* const instrumentation_; member in art::instrumentation::InstallStubsClassVisitor 102 instrumentation_(Runtime::Current()->GetInstrumentation()), in InstrumentationStackPopper() 118 if (!instrumentation_->HasMethodUnwindListeners()) { in PopFramesTo() 138 instrumentation_->MethodUnwindEvent(self_, frame.this_object_, method, dex_pc); in PopFramesTo() 443 instrumentation_(instrumentation), in InstrumentationRestoreStack() 481 if (instrumentation_->ShouldNotifyMethodEnterExitEvents() && in InstrumentationRestoreStack() 485 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m, in InstrumentationRestoreStack() 502 Instrumentation* const instrumentation_; in InstrumentationRestoreStack() member
|
D | runtime.h | 482 return &instrumentation_; in GetInstrumentation() 486 return &instrumentation_; in GetInstrumentation() 1046 instrumentation::Instrumentation instrumentation_; variable
|
D | runtime.cc | 260 instrumentation_(), in Runtime() 2740 : instrumentation_(instrumentation) {} in UpdateEntryPointsClassVisitor() 2750 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()() 2757 instrumentation::Instrumentation* const instrumentation_; member in art::UpdateEntryPointsClassVisitor
|
D | instrumentation.h | 171 Instrumentation* instrumentation_; variable
|