Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1020 int32_t offset_high = finder.GetOffsetHigh(); in AddDeoptimization() local
1044 array_length_offset = inclusive_ ? -offset_high - 1 : -offset_high; in AddDeoptimization()
1049 array_length_offset = -offset_high - 1; in AddDeoptimization()