Home
last modified time | relevance | path

Searched refs:CannotBeAssignedFromOtherTypes (Results 1 – 9 of 9) sorted by relevance

/art/runtime/verifier/
Dreg_type_cache.cc44 if (!precise && entry->GetClass()->CannotBeAssignedFromOtherTypes()) { in MatchingPrecisionForClass()
201 if (klass->CannotBeAssignedFromOtherTypes()) { in From()
599 return FromClass(descriptor, klass, klass->CannotBeAssignedFromOtherTypes()); in GetComponentType()
Dmethod_verifier.cc2868 return_type_class->CannotBeAssignedFromOtherTypes()); in CodeFlowVerifyInstruction()
2913 return_type_class->CannotBeAssignedFromOtherTypes()); in CodeFlowVerifyInstruction()
3601 bool precise = klass->CannotBeAssignedFromOtherTypes(); in ResolveClass()
3933 klass->CannotBeAssignedFromOtherTypes()); in VerifyInvocationArgsFromIterator()
4590 FromClass(klass->GetDescriptor(&temp), klass, klass->CannotBeAssignedFromOtherTypes()); in GetInstanceField()
4710 field_type_class->CannotBeAssignedFromOtherTypes()); in VerifyISFieldAccess()
/art/compiler/optimizing/
Dreference_type_propagation.cc481 if (!class_rti.GetTypeHandle()->CannotBeAssignedFromOtherTypes()) { in BoundTypeForIfInstanceOf()
518 is_exact = is_exact || handle->CannotBeAssignedFromOtherTypes(); in SetClassAsTypeInfo()
715 bool is_exact = klass->CannotBeAssignedFromOtherTypes(); in VisitCheckCast()
821 bool is_exact = component_handle->CannotBeAssignedFromOtherTypes(); in UpdateArrayGet()
Dsharpening.cc361 } else if (klass->CannotBeAssignedFromOtherTypes()) { in ComputeTypeCheckKind()
Dnodes.cc3093 DCHECK_IMPLIES(upper_bound_rti.GetTypeHandle()->CannotBeAssignedFromOtherTypes(), rti.IsExact()) in CheckAgainstUpperBound()
3144 DCHECK(!type_handle->CannotBeAssignedFromOtherTypes()) in Create()
Dinliner.cc2385 /*declared_is_exact=*/ admissible && declared_class->CannotBeAssignedFromOtherTypes(), in IsReferenceTypeRefinement()
Dnodes.h207 return Create(type_handle, type_handle->CannotBeAssignedFromOtherTypes()); in Create()
/art/runtime/mirror/
Dclass-inl.h1189 inline bool Class::CannotBeAssignedFromOtherTypes() { in CannotBeAssignedFromOtherTypes() function
1194 return component->IsPrimitive() || component->CannotBeAssignedFromOtherTypes(); in CannotBeAssignedFromOtherTypes()
Dclass.h390 bool CannotBeAssignedFromOtherTypes() REQUIRES_SHARED(Locks::mutator_lock_);