Home
last modified time | relevance | path

Searched refs:STACK_SLOT (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/compiler/
Dlinkage.h55 return LinkageLocation(STACK_SLOT, slot, type); in ForCallerFrameSlot()
61 return LinkageLocation(STACK_SLOT, slot, type); in ForCalleeFrameSlot()
96 return LinkageLocation(STACK_SLOT, in ConvertToTailCallerLocation()
107 enum LocationType { REGISTER, STACK_SLOT }; enumerator
Dinstruction.h426 enum LocationKind { REGISTER, STACK_SLOT }; enumerator
604 LocationOperand::STACK_SLOT; in IsAnyStackSlot()
620 LocationOperand::STACK_SLOT && in IsFloatStackSlot()
628 LocationOperand::STACK_SLOT && in IsDoubleStackSlot()
636 LocationOperand::STACK_SLOT && in IsSimd128StackSlot()
Dinstruction-selector-impl.h147 return ExplicitOperand(LocationOperand::STACK_SLOT, rep, in UseExplicit()
Dregister-allocator-verifier.cc520 zone(), LocationOperand::LocationKind::STACK_SLOT, rep, in VerifyGapMoves()
Dinstruction.cc88 DCHECK_EQ(LocationOperand::STACK_SLOT, kind); in InterferesWith()
Dregister-allocator.cc913 return AllocatedOperand(LocationOperand::STACK_SLOT, representation(), index); in GetSpillRangeOperand()
1602 allocated = AllocatedOperand(AllocatedOperand::STACK_SLOT, rep, in AllocateFixed()
/external/v8/src/crankshaft/
Dlithium.h22 V(StackSlot, STACK_SLOT, 128) \
33 STACK_SLOT, enumerator
Dlithium.cc104 case STACK_SLOT: in PrintTo()
Dlithium-allocator.cc600 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_slot_index()); in AllocateFixed()
/external/v8/src/
Dframes.cc1188 CHECK_EQ(opcode, Translation::STACK_SLOT); in Summarize()
1201 } else if (opcode == Translation::STACK_SLOT) { in Summarize()
1345 CHECK_EQ(Translation::STACK_SLOT, opcode); in GetFunctions()
Ddeoptimizer.h899 V(STACK_SLOT) \
Ddeoptimizer.cc2438 buffer_->Add(STACK_SLOT); in StoreStackSlot()
2506 case STACK_SLOT: in NumberOfOperandsFor()
3280 case Translation::STACK_SLOT: in CreateNextTranslatedFrame()
3435 case Translation::STACK_SLOT: { in CreateNextTranslatedValue()
Dobjects.cc14794 case Translation::STACK_SLOT: { in DeoptimizationInputDataPrint()