Searched refs:kNumRequiredStackFrameSlots (Results 1 – 7 of 7) sorted by relevance
| /third_party/node/deps/v8/src/codegen/s390/ |
| D | register-s390.h | 52 const int kNumRequiredStackFrameSlots = 20; variable 67 const int kNumRequiredStackFrameSlots = 24;
|
| D | macro-assembler-s390.cc | 1537 lay(sp, MemOperand(sp, -kNumRequiredStackFrameSlots * kSystemPointerSize)); in CallRecordWriteStub() 2252 int stack_space = kNumRequiredStackFrameSlots; in CallRecordWriteStub() 2367 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallRecordWriteStub()
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | register-ppc.h | 78 const int kNumRequiredStackFrameSlots = 12; variable 93 const int kNumRequiredStackFrameSlots = 14;
|
| D | macro-assembler-ppc.cc | 1337 r0, MemOperand(sp, -kNumRequiredStackFrameSlots * kSystemPointerSize)); in CallRecordWriteStub() 2242 int stack_space = kNumRequiredStackFrameSlots; in CallRecordWriteStub() 2388 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallRecordWriteStub()
|
| /third_party/node/deps/v8/src/regexp/s390/ |
| D | regexp-macro-assembler-s390.cc | 1216 sp, MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCheckStackGuardState() 1219 MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCheckStackGuardState() 1362 sp, MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCFunctionUsingStub() 1365 MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize))); in CallCFunctionUsingStub()
|
| /third_party/node/deps/v8/src/regexp/ppc/ |
| D | regexp-macro-assembler-ppc.cc | 1207 int stack_space = kNumRequiredStackFrameSlots; in CallCheckStackGuardState() 1250 stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCheckStackGuardState()
|
| /third_party/node/deps/v8/src/execution/ppc/ |
| D | simulator-ppc.cc | 5505 (kNumRequiredStackFrameSlots + stack_arg_count) * sizeof(intptr_t)); in CallImpl()
|