Home | History | Annotate | Download | only in interpreter

Lines Matching refs:Instrumentation

269     instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
272 if (UNLIKELY(instrumentation->HasMethodEntryListeners())) {
273 instrumentation->MethodEnterEvent(self,
284 instrumentation->MethodUnwindEvent(self,
336 // Mterp does not support all instrumentation/debugging.
536 // the instrumentation. To prevent from reporting it a second time, we simply pass a
537 // null Instrumentation*.
538 const instrumentation::Instrumentation* const instrumentation =
541 self, *shadow_frame, instrumentation) ? shadow_frame->GetDexPC() : dex::kDexNoIndex;