Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc5209 int write_posn = 0; in RationalizeConsecutiveAtoms() local
5214 alternatives->at(write_posn++) = alternatives->at(i); in RationalizeConsecutiveAtoms()
5279 alternatives->at(write_posn++) = new (zone) RegExpAlternative(pair); in RationalizeConsecutiveAtoms()
5283 alternatives->at(write_posn++) = alternatives->at(j); in RationalizeConsecutiveAtoms()
5287 alternatives->Rewind(write_posn); // Trim end of array. in RationalizeConsecutiveAtoms()
5298 int write_posn = 0; in FixSingleCharacterDisjunctions() local
5303 alternatives->at(write_posn++) = alternatives->at(i); in FixSingleCharacterDisjunctions()
5309 alternatives->at(write_posn++) = alternatives->at(i); in FixSingleCharacterDisjunctions()
5348 alternatives->at(write_posn++) = new (zone) in FixSingleCharacterDisjunctions()
5353 alternatives->at(write_posn++) = alternatives->at(j); in FixSingleCharacterDisjunctions()
[all …]