| /third_party/node/deps/v8/src/diagnostics/ |
| D | unwinding-info-win64.cc | 275 uint8_t MakeOpAllocS(int stack_space) { in MakeOpAllocS() argument 278 DCHECK_GE(stack_space, 0); in MakeOpAllocS() 279 DCHECK_LT(stack_space, 512); in MakeOpAllocS() 280 DCHECK_EQ(stack_space & kAllocStackShiftMask, 0); in MakeOpAllocS() 281 return OpAllocS | (stack_space >> kAllocStackShiftSize); in MakeOpAllocS() 400 int stack_space = fp_adjustment.fp_to_saved_caller_fp; in GetUnwindInfoForBuiltinFunction() local 401 int offset_from_stack_top = stack_space & kAllocStackShiftMask; in GetUnwindInfoForBuiltinFunction() 402 stack_space += offset_from_stack_top; in GetUnwindInfoForBuiltinFunction() 406 MakeOpAllocS(stack_space), MakeOpSaveFpLrX(pre_index_amount)); in GetUnwindInfoForBuiltinFunction()
|
| /third_party/ltp/runtest/ |
| D | mm | 29 stack_space stack_space
|
| /third_party/ltp/testcases/kernel/mem/ |
| D | .gitignore | 77 /vmtests/stack_space
|
| /third_party/node/deps/v8/src/regexp/ppc/ |
| D | regexp-macro-assembler-ppc.cc | 1207 int stack_space = kNumRequiredStackFrameSlots; in CallCheckStackGuardState() local 1226 stack_space += stack_passed_arguments; in CallCheckStackGuardState() 1231 __ StoreU64WithUpdate(r0, MemOperand(sp, -stack_space * kSystemPointerSize)); in CallCheckStackGuardState() 1250 stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallCheckStackGuardState() 1252 __ LoadU64(sp, MemOperand(sp, stack_space * kSystemPointerSize)); in CallCheckStackGuardState() 1254 __ addi(sp, sp, Operand(stack_space * kSystemPointerSize)); in CallCheckStackGuardState()
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | macro-assembler-ppc.cc | 1280 void MacroAssembler::EnterExitFrame(bool save_doubles, int stack_space, in CallRecordWriteStub() argument 1288 DCHECK_GT(stack_space, 0); in CallRecordWriteStub() 1325 AddS64(sp, sp, Operand(-stack_space * kSystemPointerSize)); in CallRecordWriteStub() 2242 int stack_space = kNumRequiredStackFrameSlots; in CallRecordWriteStub() local 2257 stack_space += stack_passed_arguments; in CallRecordWriteStub() 2262 StoreU64WithUpdate(r0, MemOperand(sp, -stack_space * kSystemPointerSize)); in CallRecordWriteStub() 2388 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallRecordWriteStub() local 2390 LoadU64(sp, MemOperand(sp, stack_space * kSystemPointerSize), r0); in CallRecordWriteStub() 2392 AddS64(sp, sp, Operand(stack_space * kSystemPointerSize), r0); in CallRecordWriteStub()
|
| D | macro-assembler-ppc.h | 1118 void EnterExitFrame(bool save_doubles, int stack_space = 1,
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| D | macro-assembler-s390.cc | 1486 void MacroAssembler::EnterExitFrame(bool save_doubles, int stack_space, in CallRecordWriteStub() argument 1494 DCHECK_GT(stack_space, 0); in CallRecordWriteStub() 1527 lay(sp, MemOperand(sp, -stack_space * kSystemPointerSize)); in CallRecordWriteStub() 2252 int stack_space = kNumRequiredStackFrameSlots; in CallRecordWriteStub() local 2264 stack_space += stack_passed_arguments; in CallRecordWriteStub() 2266 lay(sp, MemOperand(sp, (-stack_space) * kSystemPointerSize)); in CallRecordWriteStub() 2367 int stack_space = kNumRequiredStackFrameSlots + stack_passed_arguments; in CallRecordWriteStub() local 2370 LoadU64(sp, MemOperand(sp, stack_space * kSystemPointerSize)); in CallRecordWriteStub() 2372 la(sp, MemOperand(sp, stack_space * kSystemPointerSize)); in CallRecordWriteStub()
|
| /third_party/node/deps/v8/src/builtins/arm64/ |
| D | builtins-arm64.cc | 3439 ExternalReference thunk_ref, int stack_space, in CallApiFunctionAndReturn() argument 3531 DCHECK_EQ(stack_space, 0); in CallApiFunctionAndReturn() 3544 DCHECK_NE(stack_space, 0); in CallApiFunctionAndReturn() 3545 __ DropSlots(stack_space); in CallApiFunctionAndReturn() 3547 DCHECK_EQ(stack_space, 0); in CallApiFunctionAndReturn()
|
| /third_party/node/deps/v8/src/builtins/ia32/ |
| D | builtins-ia32.cc | 3252 Operand thunk_last_arg, int stack_space, in CallApiFunctionAndReturn() argument 3313 DCHECK_EQ(stack_space, 0); in CallApiFunctionAndReturn() 3364 DCHECK_NE(stack_space, 0); in CallApiFunctionAndReturn() 3365 __ ret(stack_space * kSystemPointerSize); in CallApiFunctionAndReturn() 3367 DCHECK_EQ(0, stack_space); in CallApiFunctionAndReturn()
|
| /third_party/node/deps/v8/src/builtins/loong64/ |
| D | builtins-loong64.cc | 3050 ExternalReference thunk_ref, int stack_space, in CallApiFunctionAndReturn() argument 3120 DCHECK_NE(stack_space, 0); in CallApiFunctionAndReturn() 3121 __ li(s0, Operand(stack_space)); in CallApiFunctionAndReturn() 3123 DCHECK_EQ(stack_space, 0); in CallApiFunctionAndReturn()
|
| /third_party/node/deps/v8/src/builtins/arm/ |
| D | builtins-arm.cc | 2989 ExternalReference thunk_ref, int stack_space, in CallApiFunctionAndReturn() argument 3061 DCHECK_NE(stack_space, 0); in CallApiFunctionAndReturn() 3062 __ mov(r4, Operand(stack_space)); in CallApiFunctionAndReturn() 3064 DCHECK_EQ(stack_space, 0); in CallApiFunctionAndReturn()
|
| /third_party/node/deps/v8/src/builtins/s390/ |
| D | builtins-s390.cc | 3285 int stack_space, in CallApiFunctionAndReturn() argument 3362 DCHECK_NE(stack_space, 0); in CallApiFunctionAndReturn() 3363 __ mov(r6, Operand(stack_space)); in CallApiFunctionAndReturn() 3365 DCHECK_EQ(stack_space, 0); in CallApiFunctionAndReturn()
|
| /third_party/node/deps/v8/src/builtins/x64/ |
| D | builtins-x64.cc | 4468 Register thunk_last_arg, int stack_space, in CallApiFunctionAndReturn() argument 4535 DCHECK_EQ(stack_space, 0); in CallApiFunctionAndReturn() 4583 DCHECK_NE(stack_space, 0); in CallApiFunctionAndReturn() 4584 __ ret(stack_space * kSystemPointerSize); in CallApiFunctionAndReturn() 4586 DCHECK_EQ(stack_space, 0); in CallApiFunctionAndReturn()
|
| /third_party/node/deps/v8/src/builtins/riscv64/ |
| D | builtins-riscv64.cc | 3129 ExternalReference thunk_ref, int stack_space, in CallApiFunctionAndReturn() argument 3206 DCHECK_NE(stack_space, 0); in CallApiFunctionAndReturn() 3207 __ li(s3, Operand(stack_space)); in CallApiFunctionAndReturn() 3209 DCHECK_EQ(stack_space, 0); in CallApiFunctionAndReturn()
|
| /third_party/node/deps/v8/src/builtins/mips64/ |
| D | builtins-mips64.cc | 3071 ExternalReference thunk_ref, int stack_space, in CallApiFunctionAndReturn() argument 3141 DCHECK_NE(stack_space, 0); in CallApiFunctionAndReturn() 3142 __ li(s0, Operand(stack_space)); in CallApiFunctionAndReturn() 3144 DCHECK_EQ(stack_space, 0); in CallApiFunctionAndReturn()
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| D | macro-assembler-arm.h | 660 void EnterExitFrame(bool save_doubles, int stack_space = 0,
|
| D | macro-assembler-arm.cc | 1431 void MacroAssembler::EnterExitFrame(bool save_doubles, int stack_space, in CallRecordWriteStub() argument 1472 AllocateStackSpace((stack_space + 1) * kPointerSize); in CallRecordWriteStub()
|
| /third_party/node/deps/v8/src/builtins/mips/ |
| D | builtins-mips.cc | 2983 ExternalReference thunk_ref, int stack_space, in CallApiFunctionAndReturn() argument 3053 DCHECK_NE(stack_space, 0); in CallApiFunctionAndReturn() 3054 __ li(s0, Operand(stack_space)); in CallApiFunctionAndReturn() 3056 DCHECK_EQ(stack_space, 0); in CallApiFunctionAndReturn()
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| D | macro-assembler-loong64.h | 889 void EnterExitFrame(bool save_doubles, int stack_space = 0,
|
| D | macro-assembler-loong64.cc | 3488 void MacroAssembler::EnterExitFrame(bool save_doubles, int stack_space, in CallRecordWriteStub() argument 3552 DCHECK_GE(stack_space, 0); in CallRecordWriteStub() 3553 Sub_d(sp, sp, Operand((stack_space + 2) * kPointerSize)); in CallRecordWriteStub()
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| D | macro-assembler-mips.h | 991 void EnterExitFrame(bool save_doubles, int stack_space = 0,
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| D | macro-assembler-mips64.h | 1074 void EnterExitFrame(bool save_doubles, int stack_space = 0,
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| D | macro-assembler-riscv64.h | 1130 void EnterExitFrame(bool save_doubles, int stack_space = 0,
|
| D | macro-assembler-riscv64.cc | 4351 void MacroAssembler::EnterExitFrame(bool save_doubles, int stack_space, in EnterExitFrame() argument 4421 DCHECK_GE(stack_space, 0); in EnterExitFrame() 4422 Sub64(sp, sp, Operand((stack_space + 2) * kSystemPointerSize)); in EnterExitFrame()
|
| /third_party/node/deps/v8/src/builtins/ppc/ |
| D | builtins-ppc.cc | 3259 int stack_space, in CallApiFunctionAndReturn() argument 3344 __ mov(r14, Operand(stack_space)); in CallApiFunctionAndReturn()
|