Searched refs:STACK_SLOT (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/compiler/ |
D | linkage.h | 51 return LinkageLocation(STACK_SLOT, slot); in ForCallerFrameSlot() 57 return LinkageLocation(STACK_SLOT, slot); in ForCalleeFrameSlot() 88 return LinkageLocation(STACK_SLOT, in ConvertToTailCallerLocation() 98 enum LocationType { REGISTER, STACK_SLOT }; enumerator
|
D | instruction.h | 408 enum LocationKind { REGISTER, STACK_SLOT }; enumerator 571 LocationOperand::STACK_SLOT && in IsStackSlot() 578 LocationOperand::STACK_SLOT && in IsFPStackSlot() 585 LocationOperand::STACK_SLOT && in IsFloatStackSlot() 593 LocationOperand::STACK_SLOT && in IsDoubleStackSlot() 601 LocationOperand::STACK_SLOT && in IsSimd128StackSlot()
|
D | instruction-selector-impl.h | 138 return ExplicitOperand(LocationOperand::STACK_SLOT, rep, in UseExplicit()
|
D | register-allocator-verifier.cc | 519 zone(), LocationOperand::LocationKind::STACK_SLOT, rep, in VerifyGapMoves()
|
D | register-allocator.cc | 920 return AllocatedOperand(LocationOperand::STACK_SLOT, representation(), index); in GetSpillRangeOperand() 1599 allocated = AllocatedOperand(AllocatedOperand::STACK_SLOT, rep, in AllocateFixed()
|
/external/v8/test/cctest/compiler/ |
D | test-gap-resolver.cc | 220 return AllocatedOperand(LocationOperand::STACK_SLOT, rep, index); in CreateRandomOperand() 227 return ExplicitOperand(LocationOperand::STACK_SLOT, rep, in CreateRandomOperand()
|
/external/v8/src/crankshaft/ |
D | lithium.h | 22 V(StackSlot, STACK_SLOT, 128) \ 33 STACK_SLOT, enumerator
|
D | lithium.cc | 103 case STACK_SLOT: in PrintTo()
|
D | lithium-allocator.cc | 600 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_slot_index()); in AllocateFixed()
|
/external/v8/test/unittests/compiler/ |
D | move-optimizer-unittest.cc | 71 return AllocatedOperand(LocationOperand::STACK_SLOT, in ConvertMoveArg()
|
/external/v8/src/ |
D | frames.cc | 1062 CHECK_EQ(opcode, Translation::STACK_SLOT); in Summarize() 1075 } else if (opcode == Translation::STACK_SLOT) { in Summarize() 1204 CHECK_EQ(Translation::STACK_SLOT, opcode); in GetFunctions()
|
D | deoptimizer.cc | 2468 buffer_->Add(STACK_SLOT, zone()); in StoreStackSlot() 2536 case STACK_SLOT: in NumberOfOperandsFor() 3315 case Translation::STACK_SLOT: in CreateNextTranslatedFrame() 3470 case Translation::STACK_SLOT: { in CreateNextTranslatedValue()
|
D | deoptimizer.h | 998 V(STACK_SLOT) \
|
D | objects.cc | 14138 case Translation::STACK_SLOT: { in DeoptimizationInputDataPrint()
|