Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache.cc177 DCHECK(!precise || klass->IsInstantiable()); in From()
424 } else if (klass->IsInstantiable()) { in FromUninitialized()
Dreg_type.cc391 DCHECK(klass->IsInstantiable()); in PreciseReferenceType()
702 return IsUnresolvedTypes() || (IsNonZeroReferenceTypes() && GetClass()->IsInstantiable()); in IsInstantiableTypes()
/art/runtime/mirror/
Dclass.h454 bool IsInstantiable() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsInstantiable() function
711 return IsInstantiable(); in ShouldHaveEmbeddedImtAndVTable()
Dclass-inl.h547 DCHECK(IsInstantiable()) << PrettyClass(this); in CheckObjectAlloc()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h55 if (UNLIKELY(!klass->IsInstantiable())) { in CheckObjectAlloc()
/art/compiler/driver/
Dcompiler_driver.cc936 bool result = referrer_class->CanAccess(resolved_class) && resolved_class->IsInstantiable(); in CanAccessInstantiableTypeWithoutChecks()