Lines Matching full:instrumentation
1012 instrumentation::Instrumentation* instrumentation)
1020 instrumentation::Instrumentation* instrumentation)
1029 instrumentation->MethodUnwindEvent(self, this_object_ref.get(),
1033 instrumentation->ExceptionCaughtEvent(self, throw_location,
1046 this_object_ref, instrumentation); \
1086 instrumentation::Instrumentation* const instrumentation = Runtime::Current()->GetInstrumentation();
1095 if (UNLIKELY(instrumentation->HasMethodEntryListeners())) {
1096 instrumentation->MethodEnterEvent(self, this_object_ref.get(),
1108 if (UNLIKELY(instrumentation->HasDexPcListeners())) {
1109 instrumentation->DexPcMovedEvent(self, this_object_ref.get(),
1219 if (UNLIKELY(instrumentation->HasMethodExitListeners())) {
1220 instrumentation->MethodExitEvent(self, this_object_ref.get(),
1230 if (UNLIKELY(instrumentation->HasMethodExitListeners())) {
1231 instrumentation->MethodExitEvent(self, this_object_ref.get(),
1242 if (UNLIKELY(instrumentation->HasMethodExitListeners())) {
1243 instrumentation->MethodExitEvent(self, this_object_ref.get(),
1253 if (UNLIKELY(instrumentation->HasMethodExitListeners())) {
1254 instrumentation->MethodExitEvent(self, this_object_ref.get(),
1282 if (UNLIKELY(instrumentation->HasMethodExitListeners())) {
1283 instrumentation->MethodExitEvent(self, this_object_ref.get(),