Home | History | Annotate | Download | only in optimizing

Lines Matching defs:Exchange

1162     Exchange(loc1.GetStackIndex(), loc2.GetStackIndex(), /* double_slot */ false);
1164 Exchange(loc1.GetStackIndex(), loc2.GetStackIndex(), /* double_slot */ true);
1223 void ParallelMoveResolverMIPS::Exchange(int index1, int index2, bool double_slot) {
1379 bool exchange = IsInt<16>(static_cast<int32_t>(frame_size));
1381 if (exchange) {