Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc89 : 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
Druntime.h482 return &instrumentation_; in GetInstrumentation()
486 return &instrumentation_; in GetInstrumentation()
1046 instrumentation::Instrumentation instrumentation_; variable
Druntime.cc260 instrumentation_(), in Runtime()
2740 : instrumentation_(instrumentation) {} in UpdateEntryPointsClassVisitor()
2750 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
2757 instrumentation::Instrumentation* const instrumentation_; member in art::UpdateEntryPointsClassVisitor
Dinstrumentation.h171 Instrumentation* instrumentation_; variable