Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h146 static int IrregexpMaxRegisterCount(FixedArray* re);
Djsregexp.cc391 int register_max = IrregexpMaxRegisterCount(*data); in CompileIrregexp()
400 int RegExpImpl::IrregexpMaxRegisterCount(FixedArray* re) { in IrregexpMaxRegisterCount() function in v8::internal::RegExpImpl