Home | History | Annotate | Download | only in src

Lines Matching refs:HBoundsCheck

11 // We try to "factor up" HBoundsCheck instructions towards the root of the
30 HBoundsCheck* check,
82 // Data about each HBoundsCheck that can be eliminated or moved.
102 HBoundsCheck* LowerCheck() const { return lower_check_; }
103 HBoundsCheck* UpperCheck() const { return upper_check_; }
113 void UpdateUpperOffsets(HBoundsCheck* check, int32_t offset) {
122 void UpdateLowerOffsets(HBoundsCheck* check, int32_t offset) {
143 void CoverCheck(HBoundsCheck* new_check,
180 HBoundsCheck* first_check = new_check == lower_check_ ? upper_check_
199 HBoundsCheck* lower_check,
200 HBoundsCheck* upper_check,
217 HBoundsCheck* lower_check_;
218 HBoundsCheck* upper_check_;
223 HBoundsCheck* insert_before,
278 void TightenCheck(HBoundsCheck* original_check,
279 HBoundsCheck* tighter_check,
381 HBoundsCheck* check = HBoundsCheck::cast(i);