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

/external/chromium_org/v8/src/
H A Djsregexp.h1339 bool FindWorthwhileInterval(int* from, int* to);
H A Djsregexp.cc3652 bool BoyerMooreLookahead::FindWorthwhileInterval(int* from, int* to) { function in class:v8::internal::BoyerMooreLookahead
3760 if (!FindWorthwhileInterval(&min_lookahead, &max_lookahead)) return;

Completed in 461 milliseconds