Searched refs:IrregexpNumberOfCaptures (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Djsregexp.cc470 int RegExpImpl::IrregexpNumberOfCaptures(FixedArray* re) { function in class:v8::internal::RegExpImpl
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()));
H A Djsregexp.h205 static int IrregexpNumberOfCaptures(FixedArray* re);

Completed in 83 milliseconds