Searched refs:supertype (Results 1 – 2 of 2) sorted by relevance
4656 Handle<mirror::Class> supertype) { in AttemptSupertypeVerification() argument4659 DCHECK(supertype != nullptr); in AttemptSupertypeVerification()4661 if (!supertype->IsVerified() && !supertype->IsErroneous()) { in AttemptSupertypeVerification()4662 VerifyClass(self, supertype); in AttemptSupertypeVerification()4665 if (supertype->IsVerified() in AttemptSupertypeVerification()4666 || supertype->ShouldVerifyAtRuntime() in AttemptSupertypeVerification()4667 || supertype->IsVerifiedNeedsAccessChecks()) { in AttemptSupertypeVerification()4669 DCHECK(supertype->IsVerified() || Runtime::Current()->IsAotCompiler()); in AttemptSupertypeVerification()4676 supertype->PrettyDescriptor().c_str()); in AttemptSupertypeVerification()4766 MutableHandle<mirror::Class> supertype(hs.NewHandle(klass->GetSuperClass())); in VerifyClass() local[all …]
867 Handle<mirror::Class> supertype)