Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc86 : instrumentation_(instrumentation) {} in InstallStubsClassVisitor()
89 instrumentation_->InstallStubsForClass(klass.Ptr()); in operator ()()
94 Instrumentation* const instrumentation_; member in art::instrumentation::InstallStubsClassVisitor
381 instrumentation_(instrumentation), in InstrumentationRestoreStack()
417 if (instrumentation_->ShouldNotifyMethodEnterExitEvents() && in InstrumentationRestoreStack()
421 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m, in InstrumentationRestoreStack()
438 Instrumentation* const instrumentation_; in InstrumentationRestoreStack() member
Druntime.h456 return &instrumentation_; in GetInstrumentation()
460 return &instrumentation_; in GetInstrumentation()
934 instrumentation::Instrumentation instrumentation_; variable
Druntime.cc248 instrumentation_(), in Runtime()
2589 : instrumentation_(instrumentation) {} in UpdateEntryPointsClassVisitor()
2598 instrumentation_->UpdateMethodsCodeForJavaDebuggable(&m, GetQuickToInterpreterBridge()); in operator ()()
2605 instrumentation::Instrumentation* const instrumentation_; member in art::UpdateEntryPointsClassVisitor