Home | History | Annotate | Download | only in src

Lines Matching refs:kDataIndex

6310   static const int kDataIndex = kFlagsIndex + 1;
6314 static const int kAtomPatternIndex = kDataIndex;
6321 static const int kIrregexpASCIICodeIndex = kDataIndex;
6325 static const int kIrregexpUC16CodeIndex = kDataIndex + 1;
6329 static const int kIrregexpASCIICodeSavedIndex = kDataIndex + 2;
6332 static const int kIrregexpUC16CodeSavedIndex = kDataIndex + 3;
6336 static const int kIrregexpMaxRegisterCountIndex = kDataIndex + 4;
6338 static const int kIrregexpCaptureCountIndex = kDataIndex + 5;