Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc386 int RegExpImpl::IrregexpNumberOfCaptures(FixedArray* re) { in IrregexpNumberOfCaptures() function in v8::internal::RegExpImpl
427 (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()
Djsregexp.h176 static int IrregexpNumberOfCaptures(FixedArray* re);