Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc5235 int first_atom = i; in SortConsecutiveAtoms() local
5248 DCHECK_LT(first_atom, alternatives->length()); in SortConsecutiveAtoms()
5250 DCHECK_LE(first_atom, i); in SortConsecutiveAtoms()
5258 alternatives->StableSort(compare_closure, first_atom, i - first_atom); in SortConsecutiveAtoms()
5260 alternatives->StableSort(CompareFirstChar, first_atom, i - first_atom); in SortConsecutiveAtoms()
5262 if (i - first_atom > 1) found_consecutive_atoms = true; in SortConsecutiveAtoms()