Home
last modified time | relevance | path

Searched refs:upper_bound_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc2285 DCHECK(!upper_bound_.IsValid()) << "Upper bound should only be set once."; in SetUpperBound()
2288 upper_bound_ = upper_bound; in SetUpperBound()
Dnodes.h6012 upper_bound_(ReferenceTypeInfo::CreateInvalid()) { in HExpression()
6020 const ReferenceTypeInfo& GetUpperBound() const { return upper_bound_; } in GetUpperBound()
6047 ReferenceTypeInfo upper_bound_; variable