Home
last modified time | relevance | path

Searched refs:kNumRequiredStackFrameSlots (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ppc/
Dframes-ppc.h114 const int kNumRequiredStackFrameSlots = 12; variable
130 const int kNumRequiredStackFrameSlots = 14; variable
132 const int kNumRequiredStackFrameSlots = 16; variable
141 const int kNumRequiredStackFrameSlots = 4; variable
Dmacro-assembler-ppc.cc936 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()
Dcode-stubs-ppc.cc4806 __ StorePU(r0, MemOperand(sp, -kNumRequiredStackFrameSlots * kPointerSize)); in Generate()
4820 __ addi(sp, sp, Operand(kNumRequiredStackFrameSlots * kPointerSize)); in Generate()
Dsimulator-ppc.cc3984 (kNumRequiredStackFrameSlots + stack_arg_count) * sizeof(intptr_t)); in Call()
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc1088 int stack_space = kNumRequiredStackFrameSlots; in CallCheckStackGuardState()
1125 stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCheckStackGuardState()