Lines Matching refs:GetMethod
88 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorEnter()
100 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorExit()
109 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorCheckOnExit()
163 if (kMonitorCounting && shadow_frame->GetMethod()->MustCountLocks()) { in UnlockHeldMonitors()
173 verifier::MethodVerifier::FindLocksAtDexPc(shadow_frame->GetMethod(), in UnlockHeldMonitors()
180 << shadow_frame->GetMethod()->PrettyMethod() << " at pc " in UnlockHeldMonitors()
222 self, instrumentation, frame, h_thiz.Get(), frame.GetMethod(), dex_pc, result); in PerformNonStandardReturn()
246 ArtMethod* sf_method = shadow_frame.GetMethod(); in DoInvoke()
513 FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self, in DoFieldGet()
600 shadow_frame.GetMethod(), in DoIGetQuick()
677 FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self, in DoFieldPut()
745 shadow_frame.GetMethod(), in DoIPutQuick()
805 ArtMethod* method = shadow_frame.GetMethod(); in ResolveString()
981 oss << shadow_frame.GetMethod()->PrettyMethod() in TraceExecution()
983 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile()) << "\n"; in TraceExecution()