Searched refs:STACK_SLOT (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/compiler/ |
D | linkage.h | 55 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
|
D | instruction.h | 426 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()
|
D | instruction-selector-impl.h | 147 return ExplicitOperand(LocationOperand::STACK_SLOT, rep, in UseExplicit()
|
D | register-allocator-verifier.cc | 520 zone(), LocationOperand::LocationKind::STACK_SLOT, rep, in VerifyGapMoves()
|
D | instruction.cc | 88 DCHECK_EQ(LocationOperand::STACK_SLOT, kind); in InterferesWith()
|
D | register-allocator.cc | 913 return AllocatedOperand(LocationOperand::STACK_SLOT, representation(), index); in GetSpillRangeOperand() 1602 allocated = AllocatedOperand(AllocatedOperand::STACK_SLOT, rep, in AllocateFixed()
|
/external/v8/src/crankshaft/ |
D | lithium.h | 22 V(StackSlot, STACK_SLOT, 128) \ 33 STACK_SLOT, enumerator
|
D | lithium.cc | 104 case STACK_SLOT: in PrintTo()
|
D | lithium-allocator.cc | 600 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_slot_index()); in AllocateFixed()
|
/external/v8/src/ |
D | frames.cc | 1188 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()
|
D | deoptimizer.h | 899 V(STACK_SLOT) \
|
D | deoptimizer.cc | 2438 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()
|
D | objects.cc | 14794 case Translation::STACK_SLOT: { in DeoptimizationInputDataPrint()
|