Lines Matching refs:max_lookahead
3693 int max_lookahead, in GetSkipTable() argument
3703 int skip = max_lookahead + 1 - min_lookahead; in GetSkipTable()
3705 for (int i = max_lookahead; i >= min_lookahead; i--) { in GetSkipTable()
3723 int max_lookahead = 0; in EmitSkipInstructions() local
3725 if (!FindWorthwhileInterval(&min_lookahead, &max_lookahead)) return; in EmitSkipInstructions()
3729 for (int i = max_lookahead; i >= min_lookahead; i--) { in EmitSkipInstructions()
3745 int lookahead_width = max_lookahead + 1 - min_lookahead; in EmitSkipInstructions()
3747 if (found_single_character && lookahead_width == 1 && max_lookahead < 3) { in EmitSkipInstructions()
3755 masm->LoadCurrentCharacter(max_lookahead, &cont, true); in EmitSkipInstructions()
3772 min_lookahead, max_lookahead, boolean_skip_table); in EmitSkipInstructions()
3777 masm->LoadCurrentCharacter(max_lookahead, &cont, true); in EmitSkipInstructions()