Searched refs:STACK_SLOT (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | linkage.h | 82 return LinkageLocation(STACK_SLOT, slot, type); in ForCallerFrameSlot() 88 return LinkageLocation(STACK_SLOT, slot, type); in ForCalleeFrameSlot() 123 return LinkageLocation(STACK_SLOT, in ConvertToTailCallerLocation() 166 enum LocationType { REGISTER, STACK_SLOT }; enumerator
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | translation-opcode.h | 39 V(STACK_SLOT, 1) \
|
D | translation-array.cc | 260 auto opcode = TranslationOpcode::STACK_SLOT; in StoreStackSlot()
|
D | translated-state.cc | 176 case TranslationOpcode::STACK_SLOT: { in TranslationArrayPrintSingleFrame() 868 case TranslationOpcode::STACK_SLOT: in CreateNextTranslatedFrame() 1155 case TranslationOpcode::STACK_SLOT: { in CreateNextTranslatedValue()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | instruction.h | 490 enum LocationKind { REGISTER, STACK_SLOT }; enumerator 657 LocationOperand::STACK_SLOT; in IsAnyStackSlot() 673 LocationOperand::STACK_SLOT && in IsFloatStackSlot() 681 LocationOperand::STACK_SLOT && in IsDoubleStackSlot() 689 LocationOperand::STACK_SLOT && in IsSimd128StackSlot()
|
D | register-allocator-verifier.cc | 593 zone(), LocationOperand::LocationKind::STACK_SLOT, rep, in VerifyGapMoves()
|
D | mid-tier-register-allocator.cc | 2397 AllocatedOperand(AllocatedOperand::STACK_SLOT, virtual_register.rep(), in AllocateInput() 2905 AllocatedOperand::New(zone(), AllocatedOperand::STACK_SLOT, rep, in DefineOutputs() 3333 return AllocatedOperand(AllocatedOperand::STACK_SLOT, rep, stack_slot_); in ToOperand()
|
D | instruction.cc | 114 DCHECK_EQ(LocationOperand::STACK_SLOT, kind); in InterferesWith()
|
D | register-allocator.cc | 910 return AllocatedOperand(LocationOperand::STACK_SLOT, representation(), index); in GetSpillRangeOperand() 1616 allocated = AllocatedOperand(AllocatedOperand::STACK_SLOT, rep, in AllocateFixed() 1795 LocationOperand::STACK_SLOT, in MeetConstraintsBefore()
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-regalloc.cc | 390 compiler::AllocatedOperand location(compiler::AllocatedOperand::STACK_SLOT, in AllocateNodeResult() 656 node->Spill(compiler::AllocatedOperand(compiler::AllocatedOperand::STACK_SLOT, in AllocateSpillSlot()
|