Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache.cc179 DCHECK(!precise || klass->IsInstantiable()); in From()
453 } else if (klass->IsInstantiable()) { in FromUninitialized()
Dreg_type.cc306 DCHECK(klass->IsInstantiable()); in PreciseReferenceType()
556 return IsUnresolvedTypes() || (IsNonZeroReferenceTypes() && GetClass()->IsInstantiable()); in IsInstantiableTypes()
Dmethod_verifier.cc4452 if (precise && !klass->IsInstantiable() && !klass->IsPrimitive()) { in FromClass()
/art/runtime/mirror/
Dclass.h454 bool IsInstantiable() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsInstantiable() function
755 return IsInstantiable(); in ShouldHaveEmbeddedImtAndVTable()
Dclass-inl.h584 DCHECK(IsInstantiable()) << PrettyClass(this); in CheckObjectAlloc()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h77 if (UNLIKELY(!klass->IsInstantiable())) { in CheckObjectAlloc()
/art/compiler/driver/
Dcompiler_driver.cc1123 bool result = referrer_class->CanAccess(resolved_class) && resolved_class->IsInstantiable(); in CanAccessInstantiableTypeWithoutChecks()