Home | History | Annotate | Download | only in src

Lines Matching refs:pos

220   void SplitAt(LifetimePosition pos, Zone* zone);
248 UsePosition(LifetimePosition pos, LOperand* operand, LOperand* hint);
258 LifetimePosition pos() const { return pos_; }
317 bool CanBeSpilled(LifetimePosition pos);
336 UsePosition* pos = first_pos_;
337 while (pos != NULL && !pos->HasHint()) pos = pos->next();
338 if (pos != NULL) return pos->hint();
372 void AddUsePosition(LifetimePosition pos,
494 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
526 // Otherwise returns the live range that starts at pos and contains
527 // all uses from the original range that follow pos. Uses at pos will
529 LiveRange* SplitRangeAt(LiveRange* range, LifetimePosition pos);
542 // Spill the given life range after position pos.
543 void SpillAfter(LiveRange* range, LifetimePosition pos);
562 LifetimePosition pos);
565 bool IsBlockBoundary(LifetimePosition pos);
576 LParallelMove* GetConnectingParallelMove(LifetimePosition pos);
579 HBasicBlock* GetBlock(LifetimePosition pos);