Home | History | Annotate | Download | only in compiler

Lines Matching full:current_index

152       size_t current_index = left_index + (right_index - left_index) / 2;
153 DCHECK(right_index > current_index);
154 LiveRangeBound* bound = &start_[current_index];
157 DCHECK(left_index < current_index);
158 left_index = current_index;
160 right_index = current_index;