Searched refs:super_mh (Results 1 – 1 of 1) sorted by relevance
4329 MethodHelper super_mh(hs.NewHandle<mirror::ArtMethod>(nullptr)); in ValidateSuperClassDescriptors() local4334 super_mh.ChangeMethod(klass->GetSuperClass()->GetVTableEntry(i)); in ValidateSuperClassDescriptors()4335 if (mh.GetMethod() != super_mh.GetMethod() && in ValidateSuperClassDescriptors()4336 !mh.HasSameSignatureWithDifferentClassLoaders(&super_mh)) { in ValidateSuperClassDescriptors()4351 super_mh.ChangeMethod(klass->GetIfTable()->GetInterface(i)->GetVirtualMethod(j)); in ValidateSuperClassDescriptors()4352 if (mh.GetMethod() != super_mh.GetMethod() && in ValidateSuperClassDescriptors()4353 !mh.HasSameSignatureWithDifferentClassLoaders(&super_mh)) { in ValidateSuperClassDescriptors()