Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2525 DCHECK(!upper_bound_.IsValid()) << "Upper bound should only be set once."; in SetUpperBound()
2528 upper_bound_ = upper_bound; in SetUpperBound()
Dnodes.h6374 upper_bound_(ReferenceTypeInfo::CreateInvalid()) { in HExpression()
6382 const ReferenceTypeInfo& GetUpperBound() const { return upper_bound_; } in GetUpperBound()
6409 ReferenceTypeInfo upper_bound_; variable