Lines Matching defs:last
493 int last = param_count - 1;494 // Put all but last arguments on stack.495 for (int i = 0; i < last; i++) {498 // The last argument goes to the accumulator.499 VisitForAccumulatorValue(args->at(last));502 __ Move(callable.descriptor().GetRegisterParameter(last),504 for (int i = last; i-- > 0;) {