Searched refs:IrregexpNumberOfCaptures (Results 1 – 2 of 2) sorted by relevance
386 int RegExpImpl::IrregexpNumberOfCaptures(FixedArray* re) { in IrregexpNumberOfCaptures() function in v8::internal::RegExpImpl427 (IrregexpNumberOfCaptures(FixedArray::cast(regexp->data())) + 1) * 2; in IrregexpPrepare()431 return (IrregexpNumberOfCaptures(FixedArray::cast(regexp->data())) + 1) * 2; in IrregexpPrepare()447 DCHECK(output_size >= (IrregexpNumberOfCaptures(*irregexp) + 1) * 2); in IrregexpExecRaw()489 (IrregexpNumberOfCaptures(*irregexp) + 1) * 2; in IrregexpExecRaw()554 IrregexpNumberOfCaptures(FixedArray::cast(regexp->data())); in IrregexpExec()
176 static int IrregexpNumberOfCaptures(FixedArray* re);