Home
last modified time | relevance | path

Searched refs:found_consecutive_atoms (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/regexp/
Djsregexp.cc5159 bool found_consecutive_atoms = false; in SortConsecutiveAtoms() local
5197 if (i - first_atom > 1) found_consecutive_atoms = true; in SortConsecutiveAtoms()
5199 return found_consecutive_atoms; in SortConsecutiveAtoms()
5366 bool found_consecutive_atoms = SortConsecutiveAtoms(compiler); in ToNode() local
5367 if (found_consecutive_atoms) RationalizeConsecutiveAtoms(compiler); in ToNode()