Searched refs:set_destination (Results 1 – 12 of 12) sorted by relevance
72 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()194 move->set_destination(destination); in PerformMove()
684 void set_destination(const InstructionOperand& operand) { in NON_EXPORTED_BASE()
97 current_move.set_destination(NULL); in PerformMove()115 current_move.set_destination(destination); in PerformMove()
87 moves_[index].set_destination(NULL); in PerformMove()105 moves_[index].set_destination(destination); in PerformMove()
90 moves_[index].set_destination(NULL); in PerformMove()108 moves_[index].set_destination(destination); in PerformMove()
88 moves_[index].set_destination(NULL); in PerformMove()106 moves_[index].set_destination(destination); in PerformMove()
103 moves_[index].set_destination(NULL); in PerformMove()121 moves_[index].set_destination(destination); in PerformMove()
75 moves_[index].set_destination(NULL); in PerformMove()99 moves_[index].set_destination(destination); in PerformMove()
80 moves_[index].set_destination(NULL); in PerformMove()104 moves_[index].set_destination(destination); in PerformMove()
79 moves_[index].set_destination(NULL); in PerformMove()103 moves_[index].set_destination(destination); in PerformMove()
280 void set_destination(LOperand* operand) { destination_ = operand; } in set_destination() function