Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.h51 return LinkageLocation(STACK_SLOT, slot); in ForCallerFrameSlot()
57 return LinkageLocation(STACK_SLOT, slot); in ForCalleeFrameSlot()
82 return LinkageLocation(STACK_SLOT, in ConvertToTailCallerLocation()
92 enum LocationType { REGISTER, STACK_SLOT }; enumerator
Dinstruction-selector-impl.h137 return ExplicitOperand(LocationOperand::STACK_SLOT, rep, in UseExplicit()
Dinstruction.h400 enum LocationKind { REGISTER, STACK_SLOT }; enumerator
528 LocationOperand::STACK_SLOT && in IsStackSlot()
535 LocationOperand::STACK_SLOT && in IsDoubleStackSlot()
Dregister-allocator-verifier.cc722 zone(), LocationOperand::LocationKind::STACK_SLOT, rep, in VerifyGapMoves()
Dregister-allocator.cc826 return AllocatedOperand(LocationOperand::STACK_SLOT, representation(), index); in GetSpillRangeOperand()
1504 allocated = AllocatedOperand(AllocatedOperand::STACK_SLOT, rep, in AllocateFixed()
/external/v8/test/cctest/compiler/
Dtest-gap-resolver.cc206 return AllocatedOperand(LocationOperand::STACK_SLOT, in CreateRandomOperand()
209 return AllocatedOperand(LocationOperand::STACK_SLOT, in CreateRandomOperand()
224 LocationOperand::STACK_SLOT, RandomRepresentation(), in CreateRandomOperand()
/external/v8/test/unittests/compiler/
Dmove-optimizer-unittest.cc70 return AllocatedOperand(LocationOperand::STACK_SLOT, in ConvertMoveArg()
/external/v8/src/crankshaft/
Dlithium.h21 V(StackSlot, STACK_SLOT, 128) \
32 STACK_SLOT, enumerator
Dlithium.cc99 case STACK_SLOT: in PrintTo()
Dlithium-allocator.cc599 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_slot_index()); in AllocateFixed()
/external/v8/src/
Dframes.cc967 } else if (opcode == Translation::STACK_SLOT) { in Summarize()
983 } else if (opcode == Translation::STACK_SLOT) { in Summarize()
1108 } else if (opcode == Translation::STACK_SLOT) { in GetFunctions()
Ddeoptimizer.cc2316 buffer_->Add(STACK_SLOT, zone()); in StoreStackSlot()
2380 case STACK_SLOT: in NumberOfOperandsFor()
3055 case Translation::STACK_SLOT: in CreateNextTranslatedFrame()
3196 case Translation::STACK_SLOT: { in CreateNextTranslatedValue()
Ddeoptimizer.h974 V(STACK_SLOT) \
Dobjects.cc14707 case Translation::STACK_SLOT: { in DeoptimizationInputDataPrint()