Home | History | Annotate | Download | only in src

Lines Matching full:stack_param_count

1659   int stack_param_count = descriptor.GetStackParameterCount();
1663 stack_param_count) +
1737 intptr_t caller_arg_count = stack_param_count;
1788 for (int i = 0; i < stack_param_count; i++) {
1792 (stack_param_count - i - 1) * kPointerSize);