Searched refs:kNumRequiredStackFrameSlots (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | register-s390.h | 52 const int kNumRequiredStackFrameSlots = 20; member 67 const int kNumRequiredStackFrameSlots = 24;
|
H A 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/ |
H A D | register-ppc.h | 64 // defined by the ABI. Note that kNumRequiredStackFrameSlots must 78 const int kNumRequiredStackFrameSlots = 12; member 93 const int kNumRequiredStackFrameSlots = 14;
|
H A 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/ |
H A 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))); 1365 MemOperand(sp, (kNumRequiredStackFrameSlots * kSystemPointerSize)));
|
/third_party/node/deps/v8/src/regexp/ppc/ |
H A 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/ |
H A D | simulator-ppc.cc | 5505 (kNumRequiredStackFrameSlots + stack_arg_count) * sizeof(intptr_t)); in CallImpl()
|
Completed in 28 milliseconds