Searched refs:kIrregexpCaptureCountIndex (Results 1 – 6 of 6) sorted by relevance
38 return Smi::ToInt(DataAt(kIrregexpCaptureCountIndex)); in CaptureCount()
123 static const int kIrregexpCaptureCountIndex = kDataIndex + 3; variable
392 CAST(LoadFixedArrayElement(data, JSRegExp::kIrregexpCaptureCountIndex)); in RegExpExecInternal()561 CAST(LoadFixedArrayElement(data, JSRegExp::kIrregexpCaptureCountIndex)); in RegExpExecInternal()
1411 CHECK(arr->get(JSRegExp::kIrregexpCaptureCountIndex)->IsSmi()); in JSRegExpVerify()
3839 store->set(JSRegExp::kIrregexpCaptureCountIndex, Smi::FromInt(capture_count)); in SetRegExpIrregexpData()
387 return Smi::ToInt(re->get(JSRegExp::kIrregexpCaptureCountIndex)); in IrregexpNumberOfCaptures()