Searched refs:supertype (Results 1 – 2 of 2) sorted by relevance
4486 Handle<mirror::Class> supertype) { in AttemptSupertypeVerification() argument4489 DCHECK(supertype != nullptr); in AttemptSupertypeVerification()4491 if (!supertype->IsVerified() && !supertype->IsErroneous()) { in AttemptSupertypeVerification()4492 VerifyClass(self, verifier_deps, supertype); in AttemptSupertypeVerification()4495 if (supertype->IsVerified() in AttemptSupertypeVerification()4496 || supertype->ShouldVerifyAtRuntime() in AttemptSupertypeVerification()4497 || supertype->IsVerifiedNeedsAccessChecks()) { in AttemptSupertypeVerification()4499 DCHECK(supertype->IsVerified() || Runtime::Current()->IsAotCompiler()); in AttemptSupertypeVerification()4506 supertype->PrettyDescriptor().c_str()); in AttemptSupertypeVerification()4614 MutableHandle<mirror::Class> supertype(hs.NewHandle(klass->GetSuperClass())); in VerifyClass() local[all …]
893 Handle<mirror::Class> supertype)