Home | History | Annotate | Download | only in mips

Lines Matching refs:stack_space

3919                                               int stack_space) {
3985 li(s0, Operand(stack_space));
4524 int stack_space) {
4536 // fp - (2 + stack_space + alignment) == sp == [fp - kSPOffset] - top of the
4579 ASSERT(stack_space >= 0);
4580 Subu(sp, sp, Operand((stack_space + 2) * kPointerSize));