Searched refs:Exchange (Results 1 - 8 of 8) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h145 void Exchange(Register reg, int mem);
146 void Exchange(int mem1, int mem2);
H A Dcode_generator_x86.h138 void Exchange(Register reg, int mem);
139 void Exchange(int mem1, int mem2);
H A Dcode_generator_mips.h143 void Exchange(int index1, int index2, bool double_slot);
H A Dcode_generator_mips64.h143 void Exchange(int index1, int index2, bool double_slot);
H A Dcode_generator_arm.cc4980 void ParallelMoveResolverARM::Exchange(Register reg, int mem) { function in class:art::arm::ParallelMoveResolverARM
4986 void ParallelMoveResolverARM::Exchange(int mem1, int mem2) { function in class:art::arm::ParallelMoveResolverARM
5009 Exchange(source.AsRegister<Register>(), destination.GetStackIndex());
5011 Exchange(destination.AsRegister<Register>(), source.GetStackIndex());
5013 Exchange(source.GetStackIndex(), destination.GetStackIndex());
5063 Exchange(source.GetStackIndex(), destination.GetStackIndex());
5064 Exchange(source.GetHighStackIndex(kArmWordSize), destination.GetHighStackIndex(kArmWordSize));
H A Dcode_generator_x86.cc5773 void ParallelMoveResolverX86::Exchange(Register reg, int mem) { function in class:art::x86::ParallelMoveResolverX86
5795 void ParallelMoveResolverX86::Exchange(int mem1, int mem2) { function in class:art::x86::ParallelMoveResolverX86
5823 Exchange(source.AsRegister<Register>(), destination.GetStackIndex());
5825 Exchange(destination.AsRegister<Register>(), source.GetStackIndex());
5827 Exchange(destination.GetStackIndex(), source.GetStackIndex());
5863 Exchange(destination.GetStackIndex(), source.GetStackIndex());
5864 Exchange(destination.GetHighStackIndex(kX86WordSize), source.GetHighStackIndex(kX86WordSize));
H A Dcode_generator_mips.cc601 Exchange(loc1.GetStackIndex(), loc2.GetStackIndex(), /* double_slot */ false);
603 Exchange(loc1.GetStackIndex(), loc2.GetStackIndex(), /* double_slot */ true);
642 void ParallelMoveResolverMIPS::Exchange(int index1, int index2, bool double_slot) { function in class:art::mips::ParallelMoveResolverMIPS
H A Dcode_generator_mips64.cc486 void ParallelMoveResolverMIPS64::Exchange(int index1, int index2, bool double_slot) { function in class:art::mips64::ParallelMoveResolverMIPS64
852 move_resolver_.Exchange(loc1.GetStackIndex(),

Completed in 174 milliseconds