Home | History | Annotate | Download | only in src

Lines Matching refs:IrregexpNumberOfCaptures

470 int RegExpImpl::IrregexpNumberOfCaptures(FixedArray* re) {
517 (IrregexpNumberOfCaptures(FixedArray::cast(regexp->data())) + 1) * 2;
521 return (IrregexpNumberOfCaptures(FixedArray::cast(regexp->data())) + 1) * 2;
542 DCHECK(output_size >= (IrregexpNumberOfCaptures(*irregexp) + 1) * 2);
585 (IrregexpNumberOfCaptures(*irregexp) + 1) * 2;
649 IrregexpNumberOfCaptures(FixedArray::cast(regexp->data()));