Searched refs:IrregexpPrepare (Results 1 – 3 of 3) sorted by relevance
108 static int IrregexpPrepare(Handle<JSRegExp> regexp,
432 int RegExpImpl::IrregexpPrepare(Handle<JSRegExp> regexp, in IrregexpPrepare() function in v8::internal::RegExpImpl495 IrregexpPrepare(regexp, subject); in IrregexpExecOnce()544 int required_registers = RegExpImpl::IrregexpPrepare(jsregexp, subject); in IrregexpExec()
3780 int required_registers = RegExpImpl::IrregexpPrepare(regexp, subject); in SearchRegExpNoCaptureMultiple()3853 int required_registers = RegExpImpl::IrregexpPrepare(regexp, subject); in SearchRegExpMultiple()