Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc5221 int first_with_prefix = i; in RationalizeConsecutiveAtoms() local
5241 if (i > first_with_prefix + 2) { in RationalizeConsecutiveAtoms()
5247 int run_length = i - first_with_prefix; in RationalizeConsecutiveAtoms()
5248 RegExpAtom* const atom = alternatives->at(first_with_prefix)->AsAtom(); in RationalizeConsecutiveAtoms()
5251 alternatives->at(j + first_with_prefix)->AsAtom(); in RationalizeConsecutiveAtoms()
5267 alternatives->at(j + first_with_prefix)->AsAtom(); in RationalizeConsecutiveAtoms()
5282 for (int j = first_with_prefix; j < i; j++) { in RationalizeConsecutiveAtoms()