Searched defs:position (Results 1 – 13 of 13) sorted by relevance
106 void BindTo(int position) { in BindTo()112 void LinkTo(int position) { in LinkTo()144 int position() const { return position_; } in position() function145 void set_position(int position) { position_ = position; } in set_position()186 template<typename T> T Load(size_t position) { in Load()191 template<typename T> void Store(size_t position, T value) { in Store()
95 size_t position, in UsePosition()162 size_t position = instruction->GetLifetimePosition() + 1; in AddUse() local241 bool IsDeadAt(size_t position) const { in IsDeadAt()245 bool Covers(size_t position) const { in Covers()290 size_t FirstRegisterUseAfter(size_t position) const { in FirstRegisterUseAfter()344 LiveInterval* SplitAt(size_t position) { in SplitAt()
136 size_t position = instruction->GetLifetimePosition(); in AllocateRegistersInternal() local315 size_t position = current->GetStart(); in LinearScan() local549 LiveInterval* RegisterAllocator::Split(LiveInterval* interval, size_t position) { in Split()697 void RegisterAllocator::InsertParallelMoveAt(size_t position, in InsertParallelMoveAt()789 size_t position = instruction->GetLifetimePosition() + 1; in InsertMoveAfter() local899 static Location FindLocationAt(LiveInterval* interval, size_t position) { in FindLocationAt()
573 void SetLifetimePosition(size_t position) { lifetime_position_ = position; } in SetLifetimePosition()
91 const uintptr_t position = reinterpret_cast<uintptr_t>(obj) + obj->SizeOf(); in GetNextObject() local
186 int position = crt_offset + 1; in InsertSignatureNodes() local
263 unsigned int position = std::abs(v_reg) - std::abs(static_cast<int>(kVRegTempBaseReg)); in SRegToPMap() local
654 int position = buffer_.Size(); in EmitBranch() local1210 int32_t position = label->Position(); in Bind() local
2090 uint16_t position = label->Position(); // Branch id for linked branch. in Bind() local
1315 int position = label->LinkPosition(); in Bind() local1379 int position = buffer_.Size(); in EmitLabelLink() local
1511 int position = label->LinkPosition(); in Bind() local1579 int position = buffer_.Size(); in EmitLabelLink() local
152 int32_t position = label->Position(); in Bind() local
1837 void AddBin(size_t size, uintptr_t position) { in AddBin()