Home | History | Annotate | Download | only in mips

Lines Matching defs:stack_space

3221 // from handle and propagates exceptions.  Restores context.  stack_space
3226 ExternalReference thunk_ref, int stack_space, int32_t stack_space_offset,
3320 __ li(s0, Operand(stack_space));
3439 int stack_space = 0;
3441 stack_space = argc() + FCA::kArgsLength + 1;
3444 CallApiFunctionAndReturn(masm, api_function_address, thunk_ref, stack_space,