Searched refs:kFirstCapture (Results 1 – 2 of 2) sorted by relevance
108 static const int kFirstCapture = 3; variable119 FixedArray::kHeaderSize + kFirstCapture * kPointerSize;123 return Smi::cast(array->get(index + kFirstCapture))->value(); in GetCapture()139 array->set(index + kFirstCapture, Smi::FromInt(to)); in SetCapture()
2683 start = Smi::cast(elements->get(RegExpImpl::kFirstCapture))->value(); in Runtime_StringMatch()2684 end = Smi::cast(elements->get(RegExpImpl::kFirstCapture + 1))->value(); in Runtime_StringMatch()