Home | History | Annotate | Download | only in interpreter

Lines Matching refs:GetMethod

34   ArtField* f = FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self,
55 instrumentation->FieldReadEvent(self, this_object, shadow_frame.GetMethod(),
139 instrumentation->FieldReadEvent(Thread::Current(), obj, shadow_frame.GetMethod(),
210 ArtField* f = FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self,
235 instrumentation->FieldWriteEvent(self, this_object, shadow_frame.GetMethod(),
344 instrumentation->FieldWriteEvent(Thread::Current(), obj, shadow_frame.GetMethod(),
394 mirror::ArtMethod* method = GetMethod();
469 Handle<mirror::ArtMethod> h_method(hs.NewHandle(shadow_frame.GetMethod()));
475 shadow_frame.GetMethod(), dex_pc);
479 shadow_frame.GetMethod(), dex_pc);
489 LOG(FATAL) << "Unexpected instruction: " << inst->DumpString(mh.GetMethod()->GetDexFile());
675 Class* arrayClass = ResolveVerifyAndClinit(type_idx, shadow_frame.GetMethod(),
800 std::string name(PrettyMethod(shadow_frame->GetMethod()));
907 std::string caller(PrettyMethod(shadow_frame->GetLink()->GetMethod()));