Home
last modified time | relevance | path

Searched refs:IsAdmissible (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation.h46 static bool IsAdmissible(ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_) { in IsAdmissible() function
Dreference_type_propagation.cc536 } else if (IsAdmissible(klass)) { in SetClassAsTypeInfo()
625 if (IsAdmissible(instr->GetClass().Get())) { in VisitLoadClass()
634 if (IsAdmissible(instr->GetClass().Get())) { in VisitInstanceOf()
726 if (IsAdmissible(klass.Get())) { in VisitCheckCast()
833 if (handle->IsObjectArrayClass() && IsAdmissible(handle->GetComponentType())) { in UpdateArrayGet()
Dinliner.cc2189 bool admissible = ReferenceTypePropagation::IsAdmissible(declared_class); in IsReferenceTypeRefinement()
2269 ReferenceTypeInfo rti = ReferenceTypePropagation::IsAdmissible(cls) in FixUpReturnReferenceType()