/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 344 AllocateStackSpace(delta); in PushCallerSaved() 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 1033 AllocateStackSpace(space); in CallRecordWriteStub() 1040 AllocateStackSpace(argc * kSystemPointerSize); in CallRecordWriteStub() 1294 AllocateStackSpace(scratch); in CallRecordWriteStub() 1610 AllocateStackSpace(kDoubleSize); in CallRecordWriteStub() 1622 AllocateStackSpace(kDoubleSize); in CallRecordWriteStub() 1786 AllocateStackSpace((num_arguments + 1) * kSystemPointerSize); in CallRecordWriteStub() 1791 AllocateStackSpace(num_argument in CallRecordWriteStub() [all...] |
H A D | macro-assembler-ia32.h | 94 void AllocateStackSpace(Register bytes_scratch); 95 void AllocateStackSpace(int bytes); 97 void AllocateStackSpace(Register bytes) { sub(esp, bytes); } in AllocateStackSpace() function in v8::internal::TurboAssembler 98 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 274 __ AllocateStackSpace(kDoubleSize); 406 __ AllocateStackSpace(kDoubleSize); \ 420 __ AllocateStackSpace(kDoubleSize); \ 588 tasm->AllocateStackSpace(stack_slot_delta * kSystemPointerSize); in AdjustStackPointerForTailCall() 1400 __ AllocateStackSpace(kDoubleSize); in AssembleArchInstruction() 1694 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() 1698 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() 1705 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() 1709 __ AllocateStackSpace(stack_decrement); in AssembleArchInstruction() 1713 __ AllocateStackSpace(stack_decremen in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.h | 61 void AllocateStackSpace(Register bytes_scratch); 62 void AllocateStackSpace(int bytes); 64 void AllocateStackSpace(Register bytes) { sub(sp, sp, bytes); } in AllocateStackSpace() function in v8::internal::TurboAssembler 65 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function in v8::internal::TurboAssembler
|
H A 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 1472 AllocateStackSpace((stack_space + 1) * kPointerSize); in CallRecordWriteStub() 1624 AllocateStackSpace(scratch); in CallRecordWriteStub() 1907 AllocateStackSpace(kDoubleSize); // Put input on stack. in CallRecordWriteStub() 2465 AllocateStackSpace((stack_passed_arguments + 1) * kPointerSize); in CallRecordWriteStub() 2470 AllocateStackSpace(stack_passed_arguments * kPointerSize); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.h | 482 void AllocateStackSpace(Register bytes_scratch); 483 void AllocateStackSpace(int bytes); 485 void AllocateStackSpace(Register bytes) { subq(rsp, bytes); } in AllocateStackSpace() function in v8::internal::TurboAssembler 486 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function in v8::internal::TurboAssembler
|
H A D | macro-assembler-x64.cc | 830 AllocateStackSpace(delta); in CallRecordWriteStub() 2659 AllocateStackSpace(kScratchRegister); in CallRecordWriteStub() 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 2862 AllocateStackSpace(space); in CallRecordWriteStub() 2871 AllocateStackSpace(arg_stack_space * kSystemPointerSize); in CallRecordWriteStub() 3004 AllocateStackSpace((argument_slots_on_stack + 1) * kSystemPointerSize); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 223 __ AllocateStackSpace(kDoubleSize); 1094 assembler->AllocateStackSpace(stack_slot_delta * kSystemPointerSize); in AdjustStackPointerForTailCall() 1834 __ AllocateStackSpace(kDoubleSize); in AssembleArchInstruction() 2664 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() 2667 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() 2674 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() 2678 __ AllocateStackSpace(stack_decrement); in AssembleArchInstruction() 2682 __ AllocateStackSpace(stack_decrement); in AssembleArchInstruction() 2687 __ AllocateStackSpace(stack_decrement - kSystemPointerSize); in AssembleArchInstruction() 2694 __ AllocateStackSpace(stack_decremen in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 137 assm->AllocateStackSpace(padding); in push() 141 assm->AllocateStackSpace(padding); in push() 146 assm->AllocateStackSpace(sizeof(float) + padding); in push() 150 assm->AllocateStackSpace(sizeof(double) + padding); in push() 154 assm->AllocateStackSpace(sizeof(double) * 2 + padding); in push() 301 // decrementing the SP; consult {TurboAssembler::AllocateStackSpace}. in PatchPrepareStackFrame() 302 AllocateStackSpace(frame_size); in PatchPrepareStackFrame() 859 __ AllocateStackSpace(8); in AtomicBinop64() 2383 AllocateStackSpace(8); in emit_type_conversion() 4482 AllocateStackSpace(num_fp_reg [all...] |
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 154 assm->AllocateStackSpace(padding); in push() 158 assm->AllocateStackSpace(kSystemPointerSize + padding); in push() 162 assm->AllocateStackSpace(kSystemPointerSize + padding); in push() 166 assm->AllocateStackSpace(kSystemPointerSize * 2 + padding); in push() 276 // decrementing the SP; consult {TurboAssembler::AllocateStackSpace}. in PatchPrepareStackFrame() 277 AllocateStackSpace(frame_size); in PatchPrepareStackFrame() 4030 AllocateStackSpace(num_fp_regs * kSimd128Size); in PushRegisters() 4088 AllocateStackSpace(stack_bytes); in CallC() 4158 AllocateStackSpace(size); in AllocateStackSlot() 4215 asm_->AllocateStackSpace(stack_decremen in Construct() [all...] |
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 74 void AllocateStackSpace(Register bytes) { Sub_d(sp, sp, bytes); } in AllocateStackSpace() function in v8::internal::AbortReason::TurboAssembler 76 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function in v8::internal::AbortReason::TurboAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 205 // decrementing the SP; consult {TurboAssembler::AllocateStackSpace}. in PatchPrepareStackFrame() 3091 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct() 3099 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct() 3107 asm_->AllocateStackSpace(stack_decrement - kDoubleSize); in Construct() 3125 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct() 3152 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 388 __ AllocateStackSpace(kSystemPointerSize); in Generate_JSEntryVariant() 1443 __ AllocateStackSpace(scratch1); in Generate_InterpreterPushZeroAndArgsAndReturnAddress() 2155 __ AllocateStackSpace(new_space); in Generate_AllocateSpaceAndShiftExistingArguments() 2874 __ AllocateStackSpace(kSimd128Size * arraysize(wasm::kFpParamRegisters)); in Generate_WasmCompileLazy() 2934 __ AllocateStackSpace(kFpStackSize); in Generate_WasmDebugBreak() 3188 __ AllocateStackSpace(kDoubleSize); // Nolint. in Generate_DoubleToI() 3986 __ AllocateStackSpace(kDoubleRegsSize); in Generate_DeoptimizationEntry()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 187 // decrementing the SP; consult {TurboAssembler::AllocateStackSpace}. in PatchPrepareStackFrame() 3123 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct() 3131 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct() 3139 asm_->AllocateStackSpace(stack_decrement - kDoubleSize); in Construct() 3146 asm_->AllocateStackSpace(stack_decrement - kSimd128Size); in Construct() 3162 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct() 3191 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 560 tasm->AllocateStackSpace(stack_slot_delta * kSystemPointerSize); in AdjustStackPointerForTailCall() 1734 __ AllocateStackSpace((slots - pushed_slots) * kSystemPointerSize); in AssembleArchInstruction() 3698 __ AllocateStackSpace(kSystemPointerSize); in AssembleArchInstruction() 3719 __ AllocateStackSpace(kSystemPointerSize); in AssembleArchInstruction() 3787 __ AllocateStackSpace(required_slots * kSystemPointerSize); in AssembleArchInstruction() 3804 __ AllocateStackSpace(returns * kSystemPointerSize); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 378 __ AllocateStackSpace(kSystemPointerSize); in Generate_JSEntryVariant() 392 __ AllocateStackSpace(EntryFrameConstants::kXMMRegistersBlockSize); in Generate_JSEntryVariant() 2135 __ AllocateStackSpace(new_space); in Generate_AllocateSpaceAndShiftExistingArguments() 2806 __ AllocateStackSpace(kSimd128Size * arraysize(wasm::kFpParamRegisters)); in Generate_WasmCompileLazy() 2866 __ AllocateStackSpace(kFpStackSize); in Generate_WasmDebugBreak() 4830 __ AllocateStackSpace(kDoubleRegsSize); in Generate_DeoptimizationEntry()
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 3106 asm_->AllocateStackSpace(stack_decrement - kDoubleSize); in Construct() 3112 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct() 3121 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct() 3133 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 3081 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct() 3085 asm_->AllocateStackSpace(stack_decrement - kSimd128Size); in Construct() 3094 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct() 3099 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 545 // decrementing the SP; consult {TurboAssembler::AllocateStackSpace}. in PatchPrepareStackFrame() 546 AllocateStackSpace(frame_size); in PatchPrepareStackFrame() 4153 AllocateStackSpace(stack_bytes); 4257 AllocateStackSpace(size); 4319 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); 4327 asm_->AllocateStackSpace(stack_decrement - kDoubleSize); 4334 asm_->AllocateStackSpace(stack_decrement - kSimd128Size); 4351 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); 4378 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize);
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 105 void AllocateStackSpace(Register bytes) { Dsubu(sp, sp, bytes); } in AllocateStackSpace() function in v8::internal::AbortReason::TurboAssembler 107 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function in v8::internal::AbortReason::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 85 void AllocateStackSpace(Register bytes) { Subu(sp, sp, bytes); } in AllocateStackSpace() function in v8::internal::AbortReason::TurboAssembler 86 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function in v8::internal::AbortReason::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 163 void AllocateStackSpace(Register bytes) { Sub64(sp, sp, bytes); } in AllocateStackSpace() function in v8::internal::AbortReason::TurboAssembler 165 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function in v8::internal::AbortReason::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.h | 104 void AllocateStackSpace(int bytes) { in AllocateStackSpace() function in v8::internal::TurboAssembler 110 void AllocateStackSpace(Register bytes) { sub(sp, sp, bytes); } in AllocateStackSpace() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/regexp/arm/ |
H A D | regexp-macro-assembler-arm.cc | 763 __ AllocateStackSpace(num_registers_ * kPointerSize); in GetCode() 1154 __ AllocateStackSpace(stack_alignment); in CallCheckStackGuardState()
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 3662 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct() 3666 asm_->AllocateStackSpace(stack_decrement - kSimd128Size); in Construct() 3675 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct() 3680 asm_->AllocateStackSpace(stack_decrement - kSystemPointerSize); in Construct()
|