Home
last modified time | relevance | path

Searched refs:GetFixedSlotCount (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dframe.h100 inline int GetFixedSlotCount() const { return fixed_slot_count_; } in GetFixedSlotCount() function
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc513 int frame_header_offset = frame()->GetFixedSlotCount(); in RecordSafepoint()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc2236 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc3041 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc3428 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3728 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc4048 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc4071 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc3992 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc4691 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc4194 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc3898 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()