Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h1209 bool FindWorthwhileInterval(int* from, int* to);
Djsregexp.cc3617 bool BoyerMooreLookahead::FindWorthwhileInterval(int* from, int* to) { in FindWorthwhileInterval() function in v8::internal::BoyerMooreLookahead
3725 if (!FindWorthwhileInterval(&min_lookahead, &max_lookahead)) return; in EmitSkipInstructions()