Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc380 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
/art/runtime/gc/space/
Dimage_space.cc2425 bound_(bound), in SplitRangeRelocateVisitor()
2428 DCHECK_NE(begin_, bound_); in SplitRangeRelocateVisitor()
2430 DCHECK_LT(bound_ - begin_, size_); in SplitRangeRelocateVisitor()
2437 uint32_t diff = (raw_src < bound_) ? base_diff_ : current_diff_; in operator ()()
2450 const uint32_t bound_; member in art::gc::space::ImageSpace::BootImageLoader::SplitRangeRelocateVisitor