Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation.cc140 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()
Dgraph_checker.cc1009 if (!instruction->GetUpperBound().IsValid()) { in VisitBoundType()
Dnodes.cc2274 CheckAgainstUpperBound(rti, AsBoundType()->GetUpperBound()); in SetReferenceTypeInfo()
Dnodes.h6020 const ReferenceTypeInfo& GetUpperBound() const { return upper_bound_; } in GetUpperBound() function