| /third_party/node/deps/v8/src/codegen/arm/ |
| D | macro-assembler-arm.h | 64 void AllocateStackSpace(Register bytes) { sub(sp, sp, bytes); } in AllocateStackSpace() function 65 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function
|
| D | macro-assembler-arm.cc | 1390 void TurboAssembler::AllocateStackSpace(Register bytes_scratch) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 1413 void TurboAssembler::AllocateStackSpace(int bytes) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| D | macro-assembler-x64.h | 485 void AllocateStackSpace(Register bytes) { subq(rsp, bytes); } in AllocateStackSpace() function 486 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function
|
| D | macro-assembler-x64.cc | 2776 void TurboAssembler::AllocateStackSpace(Register bytes_scratch) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 2798 void TurboAssembler::AllocateStackSpace(int bytes) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| D | macro-assembler-ia32.h | 97 void AllocateStackSpace(Register bytes) { sub(esp, bytes); } in AllocateStackSpace() function 98 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function
|
| D | macro-assembler-ia32.cc | 957 void TurboAssembler::AllocateStackSpace(Register bytes_scratch) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 979 void TurboAssembler::AllocateStackSpace(int bytes) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| D | code-generator-ia32.cc | 274 __ AllocateStackSpace(kDoubleSize); in Generate() local 1400 __ AllocateStackSpace(kDoubleSize); in AssembleArchInstruction() local 1694 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() local 1698 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() local 1705 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() local 1709 __ AllocateStackSpace(stack_decrement); in AssembleArchInstruction() local 1713 __ AllocateStackSpace(stack_decrement); in AssembleArchInstruction() local 1717 __ AllocateStackSpace(stack_decrement); in AssembleArchInstruction() local 1721 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() local 1726 __ AllocateStackSpace(stack_decrement); in AssembleArchInstruction() local [all …]
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | macro-assembler-ppc.h | 104 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function 110 void AllocateStackSpace(Register bytes) { sub(sp, sp, bytes); } in AllocateStackSpace() function
|
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| D | code-generator-x64.cc | 223 __ AllocateStackSpace(kDoubleSize); in Generate() local 1834 __ AllocateStackSpace(kDoubleSize); in AssembleArchInstruction() local 2664 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() local 2667 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() local 2674 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() local 2678 __ AllocateStackSpace(stack_decrement); in AssembleArchInstruction() local 2682 __ AllocateStackSpace(stack_decrement); in AssembleArchInstruction() local 2687 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() local 2694 __ AllocateStackSpace(stack_decrement); in AssembleArchInstruction() local 4664 __ AllocateStackSpace(kSystemPointerSize); in AssembleConstructFrame() local [all …]
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| D | macro-assembler-loong64.h | 74 void AllocateStackSpace(Register bytes) { Sub_d(sp, sp, bytes); } in AllocateStackSpace() function 76 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| D | macro-assembler-mips.h | 85 void AllocateStackSpace(Register bytes) { Subu(sp, sp, bytes); } in AllocateStackSpace() function 86 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| D | macro-assembler-s390.h | 1078 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function 1084 void AllocateStackSpace(Register bytes) { SubS64(sp, sp, bytes); } in AllocateStackSpace() function
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| D | macro-assembler-mips64.h | 105 void AllocateStackSpace(Register bytes) { Dsubu(sp, sp, bytes); } in AllocateStackSpace() function 107 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| D | macro-assembler-riscv64.h | 163 void AllocateStackSpace(Register bytes) { Sub64(sp, sp, bytes); } in AllocateStackSpace() function 165 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function
|
| /third_party/node/deps/v8/src/builtins/ia32/ |
| D | builtins-ia32.cc | 388 __ AllocateStackSpace(kSystemPointerSize); in Generate_JSEntryVariant() local 1443 __ AllocateStackSpace(scratch1); in Generate_InterpreterPushZeroAndArgsAndReturnAddress() local 2155 __ AllocateStackSpace(new_space); in Generate_AllocateSpaceAndShiftExistingArguments() local 2874 __ AllocateStackSpace(kSimd128Size * arraysize(wasm::kFpParamRegisters)); in Generate_WasmCompileLazy() local 2934 __ AllocateStackSpace(kFpStackSize); in Generate_WasmDebugBreak() local 3188 __ AllocateStackSpace(kDoubleSize); // Nolint. in Generate_DoubleToI() local 3986 __ AllocateStackSpace(kDoubleRegsSize); in Generate_DeoptimizationEntry() local
|
| /third_party/node/deps/v8/src/regexp/arm/ |
| D | regexp-macro-assembler-arm.cc | 763 __ AllocateStackSpace(num_registers_ * kPointerSize); in GetCode() local 1154 __ AllocateStackSpace(stack_alignment); in CallCheckStackGuardState() local
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| D | code-generator-arm.cc | 1734 __ AllocateStackSpace((slots - pushed_slots) * kSystemPointerSize); in AssembleArchInstruction() local 3698 __ AllocateStackSpace(kSystemPointerSize); in AssembleConstructFrame() local 3719 __ AllocateStackSpace(kSystemPointerSize); in AssembleConstructFrame() local 3787 __ AllocateStackSpace(required_slots * kSystemPointerSize); in AssembleConstructFrame() local 3804 __ AllocateStackSpace(returns * kSystemPointerSize); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/builtins/x64/ |
| D | builtins-x64.cc | 378 __ AllocateStackSpace(kSystemPointerSize); in Generate_JSEntryVariant() local 392 __ AllocateStackSpace(EntryFrameConstants::kXMMRegistersBlockSize); in Generate_JSEntryVariant() local 2135 __ AllocateStackSpace(new_space); in Generate_AllocateSpaceAndShiftExistingArguments() local 2806 __ AllocateStackSpace(kSimd128Size * arraysize(wasm::kFpParamRegisters)); in Generate_WasmCompileLazy() local 2866 __ AllocateStackSpace(kFpStackSize); in Generate_WasmDebugBreak() local 4830 __ AllocateStackSpace(kDoubleRegsSize); in Generate_DeoptimizationEntry() local
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| D | code-generator-s390.cc | 1971 __ AllocateStackSpace((slots - pushed_slots) * kSystemPointerSize); in AssembleArchInstruction() local 3502 __ AllocateStackSpace(returns * kSystemPointerSize); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/regexp/ia32/ |
| D | regexp-macro-assembler-ia32.cc | 809 __ AllocateStackSpace(num_registers_ * kSystemPointerSize); in GetCode() local
|
| /third_party/node/deps/v8/src/regexp/x64/ |
| D | regexp-macro-assembler-x64.cc | 844 __ AllocateStackSpace(num_registers_ * kSystemPointerSize); in GetCode() local
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 1679 __ AllocateStackSpace((slots - pushed_slots) * kSystemPointerSize); in AssembleArchInstruction() local 4149 __ AllocateStackSpace(returns * kSystemPointerSize); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/builtins/arm/ |
| D | builtins-arm.cc | 2049 __ AllocateStackSpace(new_space); in Generate_AllocateSpaceAndShiftExistingArguments() local 3137 __ AllocateStackSpace(FCA::kArgsLength * kPointerSize); in Generate_CallApiCallback() local
|
| /third_party/node/deps/v8/src/builtins/s390/ |
| D | builtins-s390.cc | 2299 __ AllocateStackSpace(new_space); in Generate_AllocateSpaceAndShiftExistingArguments() local
|
| /third_party/node/deps/v8/src/builtins/ppc/ |
| D | builtins-ppc.cc | 2256 __ AllocateStackSpace(new_space); in Generate_AllocateSpaceAndShiftExistingArguments() local
|