Home
last modified time | relevance | path

Searched refs:kNumRequiredStackFrameSlots (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/s390/
H A Dregister-s390.h52 const int kNumRequiredStackFrameSlots = 20; member
67 const int kNumRequiredStackFrameSlots = 24;
H A Dmacro-assembler-s390.cc1537 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 Dregister-ppc.h64 // defined by the ABI. Note that kNumRequiredStackFrameSlots must
78 const int kNumRequiredStackFrameSlots = 12; member
93 const int kNumRequiredStackFrameSlots = 14;
H A Dmacro-assembler-ppc.cc1337 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 Dregexp-macro-assembler-s390.cc1216 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 Dregexp-macro-assembler-ppc.cc1207 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 Dsimulator-ppc.cc5505 (kNumRequiredStackFrameSlots + stack_arg_count) * sizeof(intptr_t)); in CallImpl()

Completed in 28 milliseconds