Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc1154 void AddClass(const int* elmv, int elmc, ZoneList<CharacterRange>* ranges, in RationalizeConsecutiveAtoms() argument
1156 elmc--; in RationalizeConsecutiveAtoms()
1157 DCHECK_EQ(kRangeEndMarker, elmv[elmc]); in RationalizeConsecutiveAtoms()
1158 for (int i = 0; i < elmc; i += 2) { in RationalizeConsecutiveAtoms()
1164 void AddClassNegated(const int* elmv, int elmc, in RationalizeConsecutiveAtoms() argument
1166 elmc--; in RationalizeConsecutiveAtoms()
1167 DCHECK_EQ(kRangeEndMarker, elmv[elmc]); in RationalizeConsecutiveAtoms()
1169 DCHECK_NE(kMaxCodePoint, elmv[elmc - 1]); in RationalizeConsecutiveAtoms()
1171 for (int i = 0; i < elmc; i += 2) { in RationalizeConsecutiveAtoms()

Completed in 4 milliseconds