/third_party/node/deps/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 1208 int stack_passed_arguments = 1; // space for return address pointer in CallCheckStackGuardState() local 1218 Operand(-(stack_passed_arguments + 1) * kSystemPointerSize)); in CallCheckStackGuardState() 1223 MemOperand(sp, stack_passed_arguments * kSystemPointerSize)); in CallCheckStackGuardState() 1226 stack_space += stack_passed_arguments; in CallCheckStackGuardState() 1250 stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCheckStackGuardState()
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | macro-assembler-arm.cc | 2457 int stack_passed_arguments = in CallRecordWriteStub() local 2465 AllocateStackSpace((stack_passed_arguments + 1) * kPointerSize); in CallRecordWriteStub() 2468 str(scratch, MemOperand(sp, stack_passed_arguments * kPointerSize)); in CallRecordWriteStub() 2469 } else if (stack_passed_arguments > 0) { in CallRecordWriteStub() 2470 AllocateStackSpace(stack_passed_arguments * kPointerSize); in CallRecordWriteStub() 2593 int stack_passed_arguments = in CallRecordWriteStub() local 2596 ldr(sp, MemOperand(sp, stack_passed_arguments * kPointerSize)); in CallRecordWriteStub() 2598 add(sp, sp, Operand(stack_passed_arguments * kPointerSize)); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | macro-assembler-loong64.cc | 3916 int stack_passed_arguments = in CallRecordWriteStub() local 3922 Sub_d(sp, sp, Operand((stack_passed_arguments + 1) * kPointerSize)); in CallRecordWriteStub() 3925 St_d(scratch, MemOperand(sp, stack_passed_arguments * kPointerSize)); in CallRecordWriteStub() 3927 Sub_d(sp, sp, Operand(stack_passed_arguments * kPointerSize)); in CallRecordWriteStub() 4034 int stack_passed_arguments = in CallRecordWriteStub() local 4038 Ld_d(sp, MemOperand(sp, stack_passed_arguments * kPointerSize)); in CallRecordWriteStub() 4040 Add_d(sp, sp, Operand(stack_passed_arguments * kPointerSize)); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.cc | 2240 int stack_passed_arguments = in CallRecordWriteStub() local 2248 AddS64(sp, sp, Operand(-(stack_passed_arguments + 1) * kSystemPointerSize), in CallRecordWriteStub() 2254 MemOperand(sp, stack_passed_arguments * kSystemPointerSize)); in CallRecordWriteStub() 2257 stack_space += stack_passed_arguments; in CallRecordWriteStub() 2386 int stack_passed_arguments = in CallRecordWriteStub() local 2388 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | macro-assembler-riscv64.cc | 4815 int stack_passed_arguments = in PrepareCallCFunction() local 4821 Sub64(sp, sp, Operand((stack_passed_arguments + 1) * kSystemPointerSize)); in PrepareCallCFunction() 4824 Sd(scratch, MemOperand(sp, stack_passed_arguments * kSystemPointerSize)); in PrepareCallCFunction() 4826 Sub64(sp, sp, Operand(stack_passed_arguments * kSystemPointerSize)); in PrepareCallCFunction() 4932 int stack_passed_arguments = in CallCFunctionHelper() local 4936 Ld(sp, MemOperand(sp, stack_passed_arguments * kSystemPointerSize)); in CallCFunctionHelper() 4938 Add64(sp, sp, Operand(stack_passed_arguments * kSystemPointerSize)); in CallCFunctionHelper()
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | macro-assembler-mips.cc | 5374 int stack_passed_arguments = in CallRecordWriteStub() local 5380 Subu(sp, sp, Operand((stack_passed_arguments + 1) * kPointerSize)); in CallRecordWriteStub() 5383 sw(scratch, MemOperand(sp, stack_passed_arguments * kPointerSize)); in CallRecordWriteStub() 5385 Subu(sp, sp, Operand(stack_passed_arguments * kPointerSize)); in CallRecordWriteStub() 5506 int stack_passed_arguments = in CallRecordWriteStub() local 5510 lw(sp, MemOperand(sp, stack_passed_arguments * kPointerSize)); in CallRecordWriteStub() 5512 Addu(sp, sp, Operand(stack_passed_arguments * kPointerSize)); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | macro-assembler-mips64.cc | 5925 int stack_passed_arguments = in CallRecordWriteStub() local 5931 Dsubu(sp, sp, Operand((stack_passed_arguments + 1) * kPointerSize)); in CallRecordWriteStub() 5934 Sd(scratch, MemOperand(sp, stack_passed_arguments * kPointerSize)); in CallRecordWriteStub() 5936 Dsubu(sp, sp, Operand(stack_passed_arguments * kPointerSize)); in CallRecordWriteStub() 6049 int stack_passed_arguments = in CallRecordWriteStub() local 6053 Ld(sp, MemOperand(sp, stack_passed_arguments * kPointerSize)); in CallRecordWriteStub() 6055 Daddu(sp, sp, Operand(stack_passed_arguments * kPointerSize)); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.cc | 2250 int stack_passed_arguments = in CallRecordWriteStub() local 2257 lay(sp, MemOperand(sp, -(stack_passed_arguments + 1) * kSystemPointerSize)); in CallRecordWriteStub() 2262 MemOperand(sp, (stack_passed_arguments)*kSystemPointerSize)); in CallRecordWriteStub() 2264 stack_space += stack_passed_arguments; in CallRecordWriteStub() 2365 int stack_passed_arguments = in CallRecordWriteStub() local 2367 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallRecordWriteStub()
|