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() 82 return LinkageLocation(STACK_SLOT, in ConvertToTailCallerLocation() 92 enum LocationType { REGISTER, STACK_SLOT }; enumerator
|
D | instruction-selector-impl.h | 137 return ExplicitOperand(LocationOperand::STACK_SLOT, rep, in UseExplicit()
|
D | instruction.h | 400 enum LocationKind { REGISTER, STACK_SLOT }; enumerator 528 LocationOperand::STACK_SLOT && in IsStackSlot() 535 LocationOperand::STACK_SLOT && in IsDoubleStackSlot()
|
D | register-allocator-verifier.cc | 722 zone(), LocationOperand::LocationKind::STACK_SLOT, rep, in VerifyGapMoves()
|
D | register-allocator.cc | 826 return AllocatedOperand(LocationOperand::STACK_SLOT, representation(), index); in GetSpillRangeOperand() 1504 allocated = AllocatedOperand(AllocatedOperand::STACK_SLOT, rep, in AllocateFixed()
|
/external/v8/test/cctest/compiler/ |
D | test-gap-resolver.cc | 206 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/ |
D | move-optimizer-unittest.cc | 70 return AllocatedOperand(LocationOperand::STACK_SLOT, in ConvertMoveArg()
|
/external/v8/src/crankshaft/ |
D | lithium.h | 21 V(StackSlot, STACK_SLOT, 128) \ 32 STACK_SLOT, enumerator
|
D | lithium.cc | 99 case STACK_SLOT: in PrintTo()
|
D | lithium-allocator.cc | 599 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_slot_index()); in AllocateFixed()
|
/external/v8/src/ |
D | frames.cc | 967 } 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()
|
D | deoptimizer.cc | 2316 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()
|
D | deoptimizer.h | 974 V(STACK_SLOT) \
|
D | objects.cc | 14707 case Translation::STACK_SLOT: { in DeoptimizationInputDataPrint()
|