Lines Matching full:half
682 while (int half = (right - left) / 2) {683 if ((Smi::cast(line_ends_array->get(left + half)))->value() > code_pos) {684 right -= half;686 left += half;