Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h85 static int IrregexpPrepare(Handle<JSRegExp> regexp,
Djsregexp.cc452 int RegExpImpl::IrregexpPrepare(Handle<JSRegExp> regexp, in IrregexpPrepare() function in v8::internal::RegExpImpl
523 IrregexpPrepare(regexp, subject); in IrregexpExecRaw()
578 int required_registers = RegExpImpl::IrregexpPrepare(regexp, subject); in IrregexpExec()
666 registers_per_match_ = RegExpImpl::IrregexpPrepare(regexp_, subject_); in GlobalCache()