Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc267 int32_t GetOffsetLow() const { return offset_low_; } in GetOffsetLow() function in art::ArrayAccessInsideLoopFinder
723 ValueBound lower = ValueBound(0, -finder.GetOffsetLow()); in NarrowWithDeoptimization()
1019 int32_t offset_low = finder.GetOffsetLow(); in AddDeoptimization()