• Home
  • Raw
  • Download

Lines Matching refs:instrumentation

50 #define HANDLE_PENDING_EXCEPTION() HANDLE_PENDING_EXCEPTION_WITH_INSTRUMENTATION(instrumentation)
69 if (UNLIKELY(instrumentation->HasDexPcListeners()) && \
74 instrumentation, \
86 if (UNLIKELY(instrumentation->HasBranchListeners())) { \
87 instrumentation->Branch(self, method, dex_pc, offset); \
125 const instrumentation::Instrumentation* instrumentation, in DoDexPcMoveEvent() argument
128 DCHECK(instrumentation->HasDexPcListeners()); in DoDexPcMoveEvent()
135 instrumentation->DexPcMovedEvent(self, in DoDexPcMoveEvent()
165 const auto* const instrumentation = Runtime::Current()->GetInstrumentation(); in ExecuteSwitchImpl() local
265 if (UNLIKELY(instrumentation->HasMethodExitListeners())) { in ExecuteSwitchImpl()
266 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl()
286 if (UNLIKELY(instrumentation->HasMethodExitListeners())) { in ExecuteSwitchImpl()
287 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl()
308 if (UNLIKELY(instrumentation->HasMethodExitListeners())) { in ExecuteSwitchImpl()
309 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl()
329 if (UNLIKELY(instrumentation->HasMethodExitListeners())) { in ExecuteSwitchImpl()
330 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl()
370 if (UNLIKELY(instrumentation->HasMethodExitListeners())) { in ExecuteSwitchImpl()
371 instrumentation->MethodExitEvent(self, shadow_frame.GetThisObject(code_item->ins_size_), in ExecuteSwitchImpl()