Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc686 RegExpAtom* const alt_atom = alternative->AsAtom(); in RationalizeConsecutiveAtoms() local
688 icu::UnicodeString new_prefix(alt_atom->data().at(0)); in RationalizeConsecutiveAtoms()
691 unibrow::uchar new_prefix = alt_atom->data().at(0); in RationalizeConsecutiveAtoms()
694 prefix_length = std::min(prefix_length, alt_atom->length()); in RationalizeConsecutiveAtoms()
704 RegExpAtom* const alt_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()
721 zone->New<RegExpAtom>(alt_atom->data().SubVector(0, prefix_length)); in RationalizeConsecutiveAtoms()
784 RegExpAtom* const alt_atom = alternative->AsAtom(); in RationalizeConsecutiveAtoms() local
785 if (alt_atom in RationalizeConsecutiveAtoms()
[all...]

Completed in 3 milliseconds