Home
last modified time | relevance | path

Searched refs:old_atom (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc707 RegExpAtom* old_atom = in RationalizeConsecutiveAtoms() local
711 if (!CharAtEquals(ignore_case, k, alt_atom, old_atom)) { in RationalizeConsecutiveAtoms()
713 if (!CharAtEquals(ignore_case, canonicalize, k, alt_atom, old_atom)) { in RationalizeConsecutiveAtoms()
727 RegExpAtom* old_atom = in RationalizeConsecutiveAtoms() local
729 int len = old_atom->length(); in RationalizeConsecutiveAtoms()
734 old_atom->data().SubVector(prefix_length, old_atom->length())); in RationalizeConsecutiveAtoms()
798 RegExpAtom* old_atom = alternatives->at(j + first_in_run)->AsAtom(); in RationalizeConsecutiveAtoms() local
799 DCHECK_EQ(old_atom->length(), 1); in RationalizeConsecutiveAtoms()
800 ranges->Add(CharacterRange::Singleton(old_atom in RationalizeConsecutiveAtoms()
[all...]

Completed in 3 milliseconds