Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc5310 int run_length = i - first_with_prefix; in RationalizeConsecutiveAtoms() local
5312 for (int j = 1; j < run_length && prefix_length > 1; j++) { in RationalizeConsecutiveAtoms()
5327 new (zone) ZoneList<RegExpTree*>(run_length, zone); in RationalizeConsecutiveAtoms()
5328 for (int j = 0; j < run_length; j++) { in RationalizeConsecutiveAtoms()
5386 int run_length = i - first_in_run; in FixSingleCharacterDisjunctions() local
5389 for (int j = 0; j < run_length; j++) { in FixSingleCharacterDisjunctions()