Home | History | Annotate | Download | only in optimizing

Lines Matching refs:MoveOperands

1469 class MoveOperands : public ArenaObject {
1471 MoveOperands(Location source, Location destination)
1524 DISALLOW_COPY_AND_ASSIGN(MoveOperands);
1533 void AddMove(MoveOperands* move) {
1537 MoveOperands* MoveOperandsAt(size_t index) const {
1546 GrowableArray<MoveOperands*> moves_;