Lines Matching refs:GetNext
410 current_range_ = current_range_->GetNext(); in Advance()
1367 at = at->GetNext(); in InsertParallelMoveAt()
1383 move = at->GetNext()->AsParallelMove(); in InsertParallelMoveAt()
1389 at->GetBlock()->InsertInstructionBefore(move, at->GetNext()); in InsertParallelMoveAt()
1476 HParallelMove* move = instruction->GetNext()->AsParallelMove(); in InsertMoveAfter()
1483 instruction->GetBlock()->InsertInstructionBefore(move, instruction->GetNext()); in InsertMoveAfter()
1513 use = use->GetNext(); in ConnectSiblings()
1534 use = use->GetNext(); in ConnectSiblings()
1539 env_use = env_use->GetNext(); in ConnectSiblings()
1547 env_use = env_use->GetNext(); in ConnectSiblings()
1550 range = range->GetNext(); in ConnectSiblings()
1565 safepoint_position = safepoint_position->GetNext()) { in ConnectSiblings()
1615 use = use->GetNext(); in ConnectSiblings()