Home | History | Annotate | Download | only in src

Lines Matching refs:next_range

1602     Label next_range;
1613 macro_assembler->CheckCharacterLT(from, &next_range);
1621 macro_assembler->Bind(&next_range);
4260 CharacterRange next_range = ranges->at(i);
4261 if (next_range.from() <= max + 1) return false;
4262 max = next_range.to();
4555 next_range;
4560 next_range = first_set->at(i1++);
4564 next_range = second_set->at(i2++);
4567 if (to < next_range.from()) {
4574 from = next_range.from();
4575 to = next_range.to();
4578 if (from < next_range.from()) {
4583 CharacterRange(from, next_range.from()-1));
4585 if (to < next_range.to()) {
4592 CharacterRange(next_range.from(), to));
4594 to = next_range.to();
4604 CharacterRange(next_range.from(), next_range.to()));
4605 from = next_range.to() + 1;
4607 if (next_range.to() == to) state = kInsideNone;