Searched refs:kNumRequiredStackFrameSlots (Results 1 – 5 of 5) sorted by relevance
114 const int kNumRequiredStackFrameSlots = 12; variable130 const int kNumRequiredStackFrameSlots = 14; variable132 const int kNumRequiredStackFrameSlots = 16; variable141 const int kNumRequiredStackFrameSlots = 4; variable
936 StorePU(r0, MemOperand(sp, -kNumRequiredStackFrameSlots * kPointerSize)); in EnterExitFrame()3015 int stack_space = kNumRequiredStackFrameSlots; in PrepareCallCFunction()3110 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCFunctionHelper()
4806 __ StorePU(r0, MemOperand(sp, -kNumRequiredStackFrameSlots * kPointerSize)); in Generate()4820 __ addi(sp, sp, Operand(kNumRequiredStackFrameSlots * kPointerSize)); in Generate()
3984 (kNumRequiredStackFrameSlots + stack_arg_count) * sizeof(intptr_t)); in Call()
1088 int stack_space = kNumRequiredStackFrameSlots; in CallCheckStackGuardState()1125 stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCheckStackGuardState()