Home
last modified time | relevance | path

Searched refs:GetUpperBound (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation.cc139 DCHECK(instr->AsBoundType()->GetUpperBound().IsValid()); in ValidateTypes()
187 if (existing_bound_type->GetUpperBound().IsSupertypeOf(upper_bound)) { in ShouldCreateBoundType()
681 ReferenceTypeInfo class_rti = instr->GetUpperBound(); in VisitBoundType()
717 if (bound_type == nullptr || bound_type->GetUpperBound().IsValid()) { in VisitCheckCast()
897 ReferenceTypeInfo upper_bound_rti = instr->GetUpperBound(); in UpdateBoundType()
Dnodes.cc2807 CheckAgainstUpperBound(rti, AsBoundType()->GetUpperBound()); in SetReferenceTypeInfo()
2817 return GetUpperBound().IsEqual(other_bt->GetUpperBound()) && in InstructionDataEquals()
Dgraph_checker.cc1122 if (!instruction->GetUpperBound().IsValid()) { in VisitBoundType()
Dnodes.h7414 const ReferenceTypeInfo& GetUpperBound() const { return upper_bound_; } in GetUpperBound() function