Searched refs:FindWorthwhileInterval (Results 1 – 2 of 2) sorted by relevance
1209 bool FindWorthwhileInterval(int* from, int* to);
3617 bool BoyerMooreLookahead::FindWorthwhileInterval(int* from, int* to) { in FindWorthwhileInterval() function in v8::internal::BoyerMooreLookahead3725 if (!FindWorthwhileInterval(&min_lookahead, &max_lookahead)) return; in EmitSkipInstructions()