Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dcode-stubs-ppc.cc310 __ StorePU(r0, MemOperand(sp, -kNumRequiredStackFrameSlots * kPointerSize)); in Generate()
314 __ addi(sp, sp, Operand(kNumRequiredStackFrameSlots * kPointerSize)); in Generate()
Dassembler-ppc.h230 const int kNumRequiredStackFrameSlots = 12; variable
246 const int kNumRequiredStackFrameSlots = 14; variable
248 const int kNumRequiredStackFrameSlots = 16; variable
257 const int kNumRequiredStackFrameSlots = 4; variable
Dmacro-assembler-ppc.cc1056 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()
Dsimulator-ppc.cc4094 (kNumRequiredStackFrameSlots + stack_arg_count) * sizeof(intptr_t)); in CallImpl()
/external/v8/src/s390/
Dcode-stubs-s390.cc338 kNumRequiredStackFrameSlots * kPointerSize)); in Generate()
355 kNumRequiredStackFrameSlots * kPointerSize)); in Generate()
Dassembler-s390.h211 const int kNumRequiredStackFrameSlots = 20; variable
226 const int kNumRequiredStackFrameSlots = 24; variable
Dmacro-assembler-s390.cc1124 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/
Dregexp-macro-assembler-s390.cc1220 __ LoadP(sp, MemOperand(sp, (kNumRequiredStackFrameSlots * kPointerSize))); in CallCFunctionUsingStub()
1222 __ la(sp, MemOperand(sp, (kNumRequiredStackFrameSlots * kPointerSize))); in CallCFunctionUsingStub()
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc1095 int stack_space = kNumRequiredStackFrameSlots; in CallCheckStackGuardState()
1132 stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCheckStackGuardState()