Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h173 static void SetIrregexpMaxRegisterCount(FixedArray* re, int value);
Djsregexp.cc360 SetIrregexpMaxRegisterCount(*data, result.num_registers); in CompileIrregexp()
373 void RegExpImpl::SetIrregexpMaxRegisterCount(FixedArray* re, int value) { in SetIrregexpMaxRegisterCount() function in v8::internal::RegExpImpl