Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc419 int RegExpImpl::IrregexpNumberOfCaptures(FixedArray* re) { in IrregexpNumberOfCaptures() function in v8::internal::RegExpImpl
466 (IrregexpNumberOfCaptures(FixedArray::cast(regexp->data())) + 1) * 2; in IrregexpPrepare()
470 return (IrregexpNumberOfCaptures(FixedArray::cast(regexp->data())) + 1) * 2; in IrregexpPrepare()
491 DCHECK(output_size >= (IrregexpNumberOfCaptures(*irregexp) + 1) * 2); in IrregexpExecRaw()
534 (IrregexpNumberOfCaptures(*irregexp) + 1) * 2; in IrregexpExecRaw()
598 IrregexpNumberOfCaptures(FixedArray::cast(regexp->data())); in IrregexpExec()
Djsregexp.h150 static int IrregexpNumberOfCaptures(FixedArray* re);