Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h213 bool FindWorthwhileInterval(int* from, int* to);
H A Dregexp-compiler.cc2794 bool BoyerMooreLookahead::FindWorthwhileInterval(int* from, int* to) { in FindWorthwhileInterval() function in v8::internal::BoyerMooreLookahead
2901 if (!FindWorthwhileInterval(&min_lookahead, &max_lookahead)) return; in EmitSkipInstructions()

Completed in 9 milliseconds