Searched refs:GetUpperBound (Results 1 – 4 of 4) sorted by relevance
177 DCHECK(instr->AsBoundType()->GetUpperBound().IsValid()); in ValidateTypes()226 if (existing_bound_type->GetUpperBound().IsSupertypeOf(upper_bound)) { in ShouldCreateBoundType()721 ReferenceTypeInfo class_rti = instr->GetUpperBound(); in VisitBoundType()757 if (bound_type == nullptr || bound_type->GetUpperBound().IsValid()) { in VisitCheckCast()938 ReferenceTypeInfo upper_bound_rti = instr->GetUpperBound(); in UpdateBoundType()
2807 CheckAgainstUpperBound(rti, AsBoundType()->GetUpperBound()); in SetReferenceTypeInfo()2817 return GetUpperBound().IsEqual(other_bt->GetUpperBound()) && in InstructionDataEquals()
1121 if (!instruction->GetUpperBound().IsValid()) { in VisitBoundType()
7254 const ReferenceTypeInfo& GetUpperBound() const { return upper_bound_; } in GetUpperBound() function