Home
last modified time | relevance | path

Searched refs:GetTotalFrameSlotCount (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dframe.h97 inline int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
139 DCHECK_EQ(GetTotalFrameSlotCount(),
254 (has_frame() ? frame()->GetTotalFrameSlotCount() : kElidedFrameSlots) - in GetSPToFPSlotCount()
Dpipeline.cc3076 result.frame_slot_count = code_generator->frame()->GetTotalFrameSlotCount(); in GenerateCodeForWasmNativeStub()
3196 result->frame_slot_count = code_generator->frame()->GetTotalFrameSlotCount(); in GenerateCodeForWasmFunction()
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc139 frame()->GetTotalFrameSlotCount() * kSystemPointerSize; in GetStackCheckOffset()
399 safepoints()->Emit(tasm(), frame()->GetTotalFrameSlotCount()); in AssembleCode()
483 .set_stack_slots(frame()->GetTotalFrameSlotCount()) in FinalizeCode()
Dregister-allocator-verifier.cc70 spill_slot_delta_(frame->GetTotalFrameSlotCount() - in RegisterAllocatorVerifier()
Dregister-allocator.cc1747 data()->frame()->GetTotalFrameSlotCount()); in MeetConstraintsAfter()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc1527 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
3039 DCHECK_EQ(frame()->GetTotalFrameSlotCount() % 2, 0); in AssembleConstructFrame()
3041 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc1547 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
2236 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc1083 stack_slot_delta = (state->frame()->GetTotalFrameSlotCount() - in AdjustStackPointerForTailCall()
2725 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
4691 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc1472 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
3428 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc1752 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
4048 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1165 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
4071 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc1762 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
3728 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc1732 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
4194 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc1701 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
3898 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc1633 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction()
3992 frame()->GetTotalFrameSlotCount() - frame()->GetFixedSlotCount(); in AssembleConstructFrame()