Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc680 int first_with_prefix = i; in RationalizeConsecutiveAtoms() local
697 if (i > first_with_prefix + 2) { in RationalizeConsecutiveAtoms()
703 int run_length = i - first_with_prefix; in RationalizeConsecutiveAtoms()
705 alternatives->at(first_with_prefix)->AsAtom(); in RationalizeConsecutiveAtoms()
708 alternatives->at(j + first_with_prefix)->AsAtom(); in RationalizeConsecutiveAtoms()
728 alternatives->at(j + first_with_prefix)->AsAtom(); in RationalizeConsecutiveAtoms()
742 for (int j = first_with_prefix; j < i; j++) { in RationalizeConsecutiveAtoms()

Completed in 4 milliseconds