Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-ast.h233 bool SortConsecutiveAtoms(RegExpCompiler* compiler);
Djsregexp.cc5223 bool RegExpDisjunction::SortConsecutiveAtoms(RegExpCompiler* compiler) { in SortConsecutiveAtoms() function in v8::internal::RegExpDisjunction
5412 bool found_consecutive_atoms = SortConsecutiveAtoms(compiler); in ToNode()