Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc5168 int first_atom = i; in SortConsecutiveAtoms() local
5183 DCHECK_LT(first_atom, alternatives->length()); in SortConsecutiveAtoms()
5185 DCHECK_LE(first_atom, i); in SortConsecutiveAtoms()
5193 alternatives->StableSort(compare_closure, first_atom, i - first_atom); in SortConsecutiveAtoms()
5195 alternatives->StableSort(CompareFirstChar, first_atom, i - first_atom); in SortConsecutiveAtoms()
5197 if (i - first_atom > 1) found_consecutive_atoms = true; in SortConsecutiveAtoms()