Lines Matching defs:even_label
960 // even_label is for ranges[i] to ranges[i + 1] where i - start_index is even.
965 Label* fall_through, Label* even_label,
983 if (even_label == fall_through) {
985 on_bit_clear = even_label;
988 on_bit_set = even_label;
1019 Label* even_label, Label* odd_label) {
1021 Label* in_range_label = odd ? odd_label : even_label;
1102 // start_index) then go to even_label, otherwise go to odd_label. We already
1109 Label* fall_through, Label* even_label,
1122 EmitBoundaryTest(masm, first, fall_through, even_label, odd_label);
1129 EmitDoubleBoundaryTest(masm, first, last, fall_through, even_label,
1148 CutOutRange(masm, ranges, start_index, end_index, cut, even_label,
1152 max_char, fall_through, even_label, odd_label);
1162 fall_through, even_label, odd_label);
1169 fall_through, odd_label, even_label);
1185 above = (end_index & 1) != (start_index & 1) ? odd_label : even_label;
1208 border - 1, &dummy, even_label, odd_label);
1213 &dummy, flip ? odd_label : even_label,
1214 flip ? even_label : odd_label);