Lines Matching refs:mh
3990 MethodHelper mh(method); in CheckProxyMethod() local
3995 CHECK_EQ(mh.GetReturnType(), mh2.GetReturnType()); in CheckProxyMethod()
4256 MethodHelper mh(hs.NewHandle<mirror::ArtMethod>(nullptr)); in ValidateSuperClassDescriptors() local
4261 mh.ChangeMethod(klass->GetVTableEntry(i)); in ValidateSuperClassDescriptors()
4263 if (mh.GetMethod() != super_mh.GetMethod() && in ValidateSuperClassDescriptors()
4264 !mh.HasSameSignatureWithDifferentClassLoaders(&super_mh)) { in ValidateSuperClassDescriptors()
4268 PrettyMethod(mh.GetMethod()).c_str(), in ValidateSuperClassDescriptors()
4278 mh.ChangeMethod(klass->GetIfTable()->GetMethodArray(i)->GetWithoutChecks(j)); in ValidateSuperClassDescriptors()
4280 if (mh.GetMethod() != super_mh.GetMethod() && in ValidateSuperClassDescriptors()
4281 !mh.HasSameSignatureWithDifferentClassLoaders(&super_mh)) { in ValidateSuperClassDescriptors()
4285 PrettyMethod(mh.GetMethod()).c_str(), in ValidateSuperClassDescriptors()