Searched refs:kNumRequiredStackFrameSlots (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 310 __ StorePU(r0, MemOperand(sp, -kNumRequiredStackFrameSlots * kPointerSize)); in Generate() 314 __ addi(sp, sp, Operand(kNumRequiredStackFrameSlots * kPointerSize)); in Generate()
|
D | assembler-ppc.h | 230 const int kNumRequiredStackFrameSlots = 12; variable 246 const int kNumRequiredStackFrameSlots = 14; variable 248 const int kNumRequiredStackFrameSlots = 16; variable 257 const int kNumRequiredStackFrameSlots = 4; variable
|
D | macro-assembler-ppc.cc | 1056 StorePU(r0, MemOperand(sp, -kNumRequiredStackFrameSlots * kPointerSize)); in EnterExitFrame() 1929 int stack_space = kNumRequiredStackFrameSlots; in PrepareCallCFunction() 2017 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCFunctionHelper()
|
D | simulator-ppc.cc | 4094 (kNumRequiredStackFrameSlots + stack_arg_count) * sizeof(intptr_t)); in CallImpl()
|
/external/v8/src/s390/ |
D | code-stubs-s390.cc | 338 kNumRequiredStackFrameSlots * kPointerSize)); in Generate() 355 kNumRequiredStackFrameSlots * kPointerSize)); in Generate()
|
D | assembler-s390.h | 211 const int kNumRequiredStackFrameSlots = 20; variable 226 const int kNumRequiredStackFrameSlots = 24; variable
|
D | macro-assembler-s390.cc | 1124 lay(sp, MemOperand(sp, -kNumRequiredStackFrameSlots * kPointerSize)); in EnterExitFrame() 1873 int stack_space = kNumRequiredStackFrameSlots; in PrepareCallCFunction() 1949 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCFunctionHelper()
|
/external/v8/src/regexp/s390/ |
D | regexp-macro-assembler-s390.cc | 1220 __ LoadP(sp, MemOperand(sp, (kNumRequiredStackFrameSlots * kPointerSize))); in CallCFunctionUsingStub() 1222 __ la(sp, MemOperand(sp, (kNumRequiredStackFrameSlots * kPointerSize))); in CallCFunctionUsingStub()
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 1095 int stack_space = kNumRequiredStackFrameSlots; in CallCheckStackGuardState() 1132 stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCheckStackGuardState()
|