Searched refs:old_atom (Results 1 – 1 of 1) sorted by relevance
5250 RegExpAtom* old_atom = in RationalizeConsecutiveAtoms() local5253 if (atom->data().at(k) != old_atom->data().at(k)) { in RationalizeConsecutiveAtoms()5266 RegExpAtom* old_atom = in RationalizeConsecutiveAtoms() local5268 int len = old_atom->length(); in RationalizeConsecutiveAtoms()5273 old_atom->data().SubVector(prefix_length, old_atom->length()), in RationalizeConsecutiveAtoms()5340 RegExpAtom* old_atom = alternatives->at(j + first_in_run)->AsAtom(); in FixSingleCharacterDisjunctions() local5341 DCHECK_EQ(old_atom->length(), 1); in FixSingleCharacterDisjunctions()5342 ranges->Add(CharacterRange::Singleton(old_atom->data().at(0)), zone); in FixSingleCharacterDisjunctions()