Home | History | Annotate | Download | only in runtime

Lines Matching refs:AttemptSupertypeVerification

4450 bool ClassLinker::AttemptSupertypeVerification(Thread* self,
4558 if (supertype != nullptr && !AttemptSupertypeVerification(self, klass, supertype)) {
4584 } else if (UNLIKELY(!AttemptSupertypeVerification(self, klass, iface))) {