Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc5274 int write_posn = 0; in RationalizeConsecutiveAtoms() local
5279 alternatives->at(write_posn++) = alternatives->at(i); in RationalizeConsecutiveAtoms()
5341 alternatives->at(write_posn++) = new (zone) RegExpAlternative(pair); in RationalizeConsecutiveAtoms()
5345 alternatives->at(write_posn++) = alternatives->at(j); in RationalizeConsecutiveAtoms()
5349 alternatives->Rewind(write_posn); // Trim end of array. in RationalizeConsecutiveAtoms()
5360 int write_posn = 0; in FixSingleCharacterDisjunctions() local
5365 alternatives->at(write_posn++) = alternatives->at(i); in FixSingleCharacterDisjunctions()
5371 alternatives->at(write_posn++) = alternatives->at(i); in FixSingleCharacterDisjunctions()
5394 alternatives->at(write_posn++) = in FixSingleCharacterDisjunctions()
5399 alternatives->at(write_posn++) = alternatives->at(j); in FixSingleCharacterDisjunctions()
[all …]