Searched defs:MoveOperands (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h1469 class MoveOperands : public ArenaObject { class in namespace:art
1471 MoveOperands(Location source, Location destination) function in class:art::MoveOperands
1524 DISALLOW_COPY_AND_ASSIGN(MoveOperands);
1533 void AddMove(MoveOperands* move) {
1537 MoveOperands* MoveOperandsAt(size_t index) const {
1546 GrowableArray<MoveOperands*> moves_;

Completed in 79 milliseconds