Home | History | Annotate | Download | only in interpreter

Lines Matching refs:GetMethod

356   DCHECK(shadow_frame.GetMethod() == mh.GetMethod() ||
357 shadow_frame.GetMethod()->GetDeclaringClass()->IsProxyClass());
358 DCHECK(!shadow_frame.GetMethod()->IsAbstract());
359 DCHECK(!shadow_frame.GetMethod()->IsNative());
360 shadow_frame.GetMethod()->GetDeclaringClass()->AssertInitializedOrInitializingInThread(self);
363 if (LIKELY(shadow_frame.GetMethod()->IsPreverified())) {
501 MethodHelper mh(hs.NewHandle(shadow_frame->GetMethod()));
502 const DexFile::CodeItem* code_item = mh.GetMethod()->GetCodeItem();
549 ArtMethod* method = shadow_frame->GetMethod();