Searched refs:bound_ (Results 1 – 2 of 2) sorted by relevance
380 bound_(bound) {} in MonotonicValueRange()385 ValueBound GetBound() const { return bound_; } in GetBound()413 ValueBound lower = ValueBound::NarrowLowerBound(bound_, range->GetLower()); in Narrow()463 ValueBound upper = ValueBound::NarrowUpperBound(bound_, range->GetUpper()); in Narrow()488 const ValueBound bound_; // Additional value bound info for initial_. member in art::MonotonicValueRange
2720 bound_(bound), in SplitRangeRelocateVisitor()2723 DCHECK_NE(begin_, bound_); in SplitRangeRelocateVisitor()2725 DCHECK_LT(bound_ - begin_, size_); in SplitRangeRelocateVisitor()2732 uint32_t diff = (raw_src < bound_) ? base_diff_ : current_diff_; in operator ()()2745 const uint32_t bound_; member in art::gc::space::ImageSpace::BootImageLoader::SplitRangeRelocateVisitor