Home | History | Annotate | Download | only in quick

Lines Matching refs:num_arg_words

738   for (; (next_reg <= last_arg_reg) && (next_arg < info->num_arg_words); next_reg++) {
774 if (info->num_arg_words == 0)
780 DCHECK_LE(info->num_arg_words, 5);
781 if (info->num_arg_words > 3) {
822 while (next_use < info->num_arg_words) {
909 if (info->num_arg_words <= 5)
920 for (int next_arg = 0; next_arg < info->num_arg_words;) {
947 int regs_left_to_pass_via_stack = info->num_arg_words - 3;
1087 (info->num_arg_words - 3) * 4, false);