Home | History | Annotate | Download | only in runtime

Lines Matching full:instrumentation_

56       : instrumentation_(instrumentation) {}
59 instrumentation_->InstallStubsForClass(klass);
64 Instrumentation* const instrumentation_;
328 instrumentation_(instrumentation),
364 if (instrumentation_->ShouldNotifyMethodEnterExitEvents()) {
367 instrumentation_->MethodExitEvent(thread_, instrumentation_frame.this_object_, m,
384 instrumentation_;