Searched refs:supertype (Results 1 – 2 of 2) sorted by relevance
4565 Handle<mirror::Class> supertype) { in AttemptSupertypeVerification() argument4568 DCHECK(supertype != nullptr); in AttemptSupertypeVerification()4570 if (!supertype->IsVerified() && !supertype->IsErroneous()) { in AttemptSupertypeVerification()4571 VerifyClass(self, supertype); in AttemptSupertypeVerification()4574 if (supertype->IsVerified() in AttemptSupertypeVerification()4575 || supertype->ShouldVerifyAtRuntime() in AttemptSupertypeVerification()4576 || supertype->IsVerifiedNeedsAccessChecks()) { in AttemptSupertypeVerification()4578 DCHECK(supertype->IsVerified() || Runtime::Current()->IsAotCompiler()); in AttemptSupertypeVerification()4585 supertype->PrettyDescriptor().c_str()); in AttemptSupertypeVerification()4675 MutableHandle<mirror::Class> supertype(hs.NewHandle(klass->GetSuperClass())); in VerifyClass() local[all …]
853 Handle<mirror::Class> supertype)