Lines Matching full:exchange
1532 void ParallelMoveResolverX86::Exchange(Register reg, int mem) {
1543 void ParallelMoveResolverX86::Exchange(int mem1, int mem2) {
1567 Exchange(source.AsX86().AsCpuRegister(), destination.GetStackIndex());
1569 Exchange(destination.AsX86().AsCpuRegister(), source.GetStackIndex());
1571 Exchange(destination.GetStackIndex(), source.GetStackIndex());