Home
last modified time | relevance | path

Searched refs:sp_delta (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dframe.h238 int sp_delta() const { return sp_delta_; } in sp_delta() function
256 return frame_slot_count + sp_delta(); in GetSPToFPSlotCount()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc669 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
683 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc806 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
820 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc1282 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
1296 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc787 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
801 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc810 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
824 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc933 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
947 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc721 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
735 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc1315 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
1329 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc686 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
700 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc739 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()
753 DCHECK_EQ(0, frame_access_state()->sp_delta()); in AssembleArchInstruction()