Lines Matching refs:pos
219 void SplitAt(LifetimePosition pos, Zone* zone);
247 UsePosition(LifetimePosition pos, LOperand* operand);
258 LifetimePosition pos() const { return pos_; }
315 bool CanBeSpilled(LifetimePosition pos);
331 UsePosition* pos = FirstPosWithHint();
332 if (pos != NULL) return pos->hint();
366 UsePosition* AddUsePosition(LifetimePosition pos,
507 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
539 // Otherwise returns the live range that starts at pos and contains
540 // all uses from the original range that follow pos. Uses at pos will
542 LiveRange* SplitRangeAt(LiveRange* range, LifetimePosition pos);
555 // Spill the given life range after position pos.
556 void SpillAfter(LiveRange* range, LifetimePosition pos);
566 bool IsBlockBoundary(LifetimePosition pos);
575 LParallelMove* GetConnectingParallelMove(LifetimePosition pos);
578 HBasicBlock* GetBlock(LifetimePosition pos);