Searched defs:upper_bound (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc442 ValueBound upper_bound = range->GetUpper(); variable
443 if (upper_bound.IsConstant()) {
444 upper = upper_bound.GetConstant();
445 } else if (upper_bound.IsRelatedToArrayLength() && upper_bound.GetConstant() <= 0) {
447 upper = max_array_len + upper_bound.GetConstant();
H A Dnodes.cc2281 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { argument
2284 DCHECK(upper_bound.IsValid());
2286 CheckAgainstUpperBound(GetReferenceTypeInfo(), upper_bound); local
2288 upper_bound_ = upper_bound;

Completed in 30 milliseconds