Home
last modified time | relevance | path

Searched refs:IsInstantiable (Results 1 – 6 of 6) sorted by relevance

/art/runtime/verifier/
Dreg_type_cache.cc176 DCHECK(!precise || klass->IsInstantiable()); in From()
389 } else if (klass->IsInstantiable()) { in FromUninitialized()
Dreg_type.cc391 DCHECK(klass->IsInstantiable()); in PreciseReferenceType()
702 return IsUnresolvedTypes() || (IsNonZeroReferenceTypes() && GetClass()->IsInstantiable()); in IsInstantiableTypes()
/art/runtime/entrypoints/
Dentrypoint_utils.h59 if (UNLIKELY(!klass->IsInstantiable())) { in AllocObjectFromCode()
/art/runtime/mirror/
Dclass.h365 bool IsInstantiable() const { in IsInstantiable() function
Dclass.cc123 DCHECK(IsInstantiable()) << PrettyClass(this); in AllocObject()
/art/compiler/driver/
Dcompiler_driver.cc880 bool result = referrer_class->CanAccess(resolved_class) && resolved_class->IsInstantiable(); in CanAccessInstantiableTypeWithoutChecks()