Searched refs:set_destination (Results 1 – 10 of 10) sorted by relevance
70 move->set_destination(NULL); in PerformMove()92 move->set_destination(destination); in PerformMove()
279 void set_destination(InstructionOperand* operand) { destination_ = operand; } in set_destination() function
99 current_move.set_destination(NULL); in PerformMove()117 current_move.set_destination(destination); in PerformMove()
105 moves_[index].set_destination(NULL); in PerformMove()123 moves_[index].set_destination(destination); in PerformMove()
89 moves_[index].set_destination(NULL); in PerformMove()107 moves_[index].set_destination(destination); in PerformMove()
76 moves_[index].set_destination(NULL); in PerformMove()100 moves_[index].set_destination(destination); in PerformMove()
80 moves_[index].set_destination(NULL); in PerformMove()104 moves_[index].set_destination(destination); in PerformMove()
268 void set_destination(LOperand* operand) { destination_ = operand; } in set_destination() function