Home | History | Annotate | Download | only in interpreter

Lines Matching refs:GetMethod

38   ArtField* f = FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self,
59 instrumentation->FieldReadEvent(self, this_object, shadow_frame.GetMethod(),
144 instrumentation->FieldReadEvent(Thread::Current(), obj, shadow_frame.GetMethod(),
232 ArtField* f = FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self,
256 instrumentation->FieldWriteEvent(self, this_object, shadow_frame.GetMethod(),
363 instrumentation->FieldWriteEvent(Thread::Current(), obj, shadow_frame.GetMethod(),
427 uint32_t found_dex_pc = shadow_frame.GetMethod()->FindCatchBlock(
433 shadow_frame.GetMethod(), dex_pc);
445 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile());
526 const DexFile::TypeList* params = new_shadow_frame->GetMethod()->GetParameterTypeList();
528 const char* shorty = new_shadow_frame->GetMethod()->GetShorty(&shorty_len);
543 if (!new_shadow_frame->GetMethod()->IsStatic()) {
561 new_shadow_frame->GetMethod()->GetClassFromTypeIndex(
572 new_shadow_frame->GetMethod()->GetName(), shorty_pos,
632 if (kIsDebugBuild && new_shadow_frame->GetMethod()->GetEntryPointFromInterpreter() == nullptr) {
634 << PrettyMethod(new_shadow_frame->GetMethod());
638 !new_shadow_frame->GetMethod()->IsNative() &&
639 !new_shadow_frame->GetMethod()->IsProxyMethod() &&
640 new_shadow_frame->GetMethod()->GetEntryPointFromInterpreter()
643 << PrettyMethod(new_shadow_frame->GetMethod());
648 if (UNLIKELY(Dbg::IsForcedInterpreterNeededForCalling(self, new_shadow_frame->GetMethod()))) {
651 entry = new_shadow_frame->GetMethod()->GetEntryPointFromInterpreter();
664 ArtMethod* method = shadow_frame.GetMethod();
707 Class* array_class = ResolveVerifyAndClinit(type_idx, shadow_frame.GetMethod(),