Searched refs:IsInstantiable (Results 1 – 7 of 7) sorted by relevance
42 DCHECK(IsInstantiable()) << PrettyClass(); in CheckObjectAlloc()
311 return IsInstantiable<kVerifyFlags>(); in ShouldHaveEmbeddedVTable()1030 bool Class::IsInstantiable() { in IsInstantiable() function
458 bool IsInstantiable() REQUIRES_SHARED(Locks::mutator_lock_);
382 DCHECK(klass->IsInstantiable()); in CheckVirtualMethodSingleImplementationInfo()477 DCHECK(klass->IsInstantiable()); in CheckInterfaceMethodSingleImplementationInfo()537 if (method->GetDeclaringClass()->IsInstantiable()) { in InitSingleImplementationFlag()583 if (method->IsAbstract() && klass->IsInstantiable()) { in UpdateAfterLoadingOf()607 if (klass->IsInstantiable()) { in UpdateAfterLoadingOf()
198 DCHECK(!precise || klass->IsInstantiable()); in From()
594 return IsUnresolvedTypes() || (IsNonZeroReferenceTypes() && GetClass()->IsInstantiable()); in IsInstantiableTypes()
122 if (UNLIKELY(!klass->IsInstantiable())) { in CheckObjectAlloc()