Home | History | Annotate | Download | only in priv

Lines Matching refs:stack_limit

396    Int         not_done_yet, n_args, n_arg_ws, stack_limit, 
454 stack_limit = cee->regparms;
455 if (cee->regparms > 0 && passBBP) stack_limit--;
459 /* Push (R to L) the stack-passed args, [n_args-1 .. stack_limit] */
460 for (i = n_args-1; i >= stack_limit; i--) {
465 /* args [stack_limit-1 .. 0] and possibly %ebp are to be passed in
483 for (i = stack_limit-1; i >= 0; i--) {
494 for (i = stack_limit-1; i >= 0; i--) {
508 for (i = stack_limit-1; i >= 0; i--) {
517 for (i = stack_limit-1; i >= 0; i--) {