Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc268 int32_t GetOffsetHigh() const { return offset_high_; } in GetOffsetHigh() function in art::ArrayAccessInsideLoopFinder
724 ValueBound upper = ValueBound(finder.GetFoundArrayLength(), -1 - finder.GetOffsetHigh()); in NarrowWithDeoptimization()
1020 int32_t offset_high = finder.GetOffsetHigh(); in AddDeoptimization()