Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2826 DCHECK(!upper_bound_.IsValid()) << "Upper bound should only be set once."; in SetUpperBound()
2829 upper_bound_ = upper_bound; in SetUpperBound()
Dnodes.h7403 upper_bound_(ReferenceTypeInfo::CreateInvalid()) { in HExpression()
7414 const ReferenceTypeInfo& GetUpperBound() const { return upper_bound_; } in GetUpperBound()
7444 ReferenceTypeInfo upper_bound_; variable