Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc96 : instrumentation_(instrumentation) {} in InstallStubsClassVisitor()
99 instrumentation_->InstallStubsForClass(klass.Ptr()); in operator ()()
104 Instrumentation* const instrumentation_; member in art::instrumentation::InstallStubsClassVisitor
109 instrumentation_(Runtime::Current()->GetInstrumentation()), in InstrumentationStackPopper()
125 if (!instrumentation_->HasMethodUnwindListeners()) { in PopFramesTo()
151 instrumentation_->MethodUnwindEvent(self_, frame.this_object_, method, dex_pc); in PopFramesTo()
470 instrumentation_(instrumentation), in InstrumentationRestoreStack()
507 if (instrumentation_->ShouldNotifyMethodEnterExitEvents() && in InstrumentationRestoreStack()
512 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m, in InstrumentationRestoreStack()
525 Instrumentation* const instrumentation_; in InstrumentationRestoreStack() member
Druntime.h518 return &instrumentation_; in GetInstrumentation()
522 return &instrumentation_; in GetInstrumentation()
1151 instrumentation::Instrumentation instrumentation_; variable
Druntime.cc264 instrumentation_(), in Runtime()
2831 : instrumentation_(instrumentation) {} in UpdateEntryPointsClassVisitor()
2841 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
2848 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
2855 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
2862 instrumentation::Instrumentation* const instrumentation_; member in art::UpdateEntryPointsClassVisitor
Dinstrumentation.h180 Instrumentation* instrumentation_; variable