Searched refs:WasmExitFrameConstants (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/execution/ |
H A D | frame-constants.h | 248 class WasmExitFrameConstants : public WasmFrameConstants { class
|
H A D | frames.cc | 854 Address sp = fp + WasmExitFrameConstants::kWasmInstanceOffset; in ComputeStackPointer() 856 fp + WasmExitFrameConstants::kCallingPCOffset); in ComputeStackPointer() 1126 static_assert(WasmExitFrameConstants::kFixedSlotCountFromFp == in IterateCompiledFrame()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | linkage.cc | 205 return WasmExitFrameConstants::kFixedSlotCount; in CalculateFixedFrameSize()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.cc | 3728 Add(x16, fp, WasmExitFrameConstants::kCallingPCOffset + kSystemPointerSize); in TruncateDoubleToI() 3731 Str(x17, MemOperand(fp, WasmExitFrameConstants::kCallingPCOffset)); in TruncateDoubleToI()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 709 __ St_d(t7, MemOperand(fp, WasmExitFrameConstants::kCallingPCOffset)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 990 MemOperand(fp, WasmExitFrameConstants::kCallingPCOffset)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 817 __ str(pc, MemOperand(fp, WasmExitFrameConstants::kCallingPCOffset)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 845 __ mov(MemOperand(ebp, WasmExitFrameConstants::kCallingPCOffset), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 1314 MemOperand(fp, WasmExitFrameConstants::kCallingPCOffset)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 730 __ sd(ra, MemOperand(fp, WasmExitFrameConstants::kCallingPCOffset)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 1345 __ movq(MemOperand(rbp, WasmExitFrameConstants::kCallingPCOffset), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 766 __ sw(ra, MemOperand(fp, WasmExitFrameConstants::kCallingPCOffset)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 771 MemOperand(fp, WasmExitFrameConstants::kCallingPCOffset)); in AssembleArchInstruction()
|
Completed in 86 milliseconds