Searched refs:IsInstantiable (Results 1 – 6 of 6) sorted by relevance
176 DCHECK(!precise || klass->IsInstantiable()); in From()389 } else if (klass->IsInstantiable()) { in FromUninitialized()
391 DCHECK(klass->IsInstantiable()); in PreciseReferenceType()702 return IsUnresolvedTypes() || (IsNonZeroReferenceTypes() && GetClass()->IsInstantiable()); in IsInstantiableTypes()
59 if (UNLIKELY(!klass->IsInstantiable())) { in AllocObjectFromCode()
365 bool IsInstantiable() const { in IsInstantiable() function
123 DCHECK(IsInstantiable()) << PrettyClass(this); in AllocObject()
880 bool result = referrer_class->CanAccess(resolved_class) && resolved_class->IsInstantiable(); in CanAccessInstantiableTypeWithoutChecks()