Searched refs:GetUpperBound (Results 1 – 4 of 4) sorted by relevance
140 DCHECK(instr->AsBoundType()->GetUpperBound().IsValid()); in ValidateTypes()211 if (existing_bound_type->GetUpperBound().IsSupertypeOf(upper_bound)) { in ShouldCreateBoundType()608 ReferenceTypeInfo class_rti = instr->GetUpperBound(); in VisitBoundType()644 if (bound_type == nullptr || bound_type->GetUpperBound().IsValid()) { in VisitCheckCast()810 ReferenceTypeInfo upper_bound_rti = instr->GetUpperBound(); in UpdateBoundType()
1009 if (!instruction->GetUpperBound().IsValid()) { in VisitBoundType()
2274 CheckAgainstUpperBound(rti, AsBoundType()->GetUpperBound()); in SetReferenceTypeInfo()
6020 const ReferenceTypeInfo& GetUpperBound() const { return upper_bound_; } in GetUpperBound() function