Searched refs:Exchange (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.h | 255 void Exchange(vixl32::Register reg, int mem); 256 void Exchange(int mem1, int mem2);
|
D | code_generator_mips.h | 147 void Exchange(int index1, int index2, bool double_slot);
|
D | code_generator_mips64.h | 144 void Exchange(int index1, int index2, bool double_slot);
|
D | code_generator_x86.h | 141 void Exchange(Register reg, int mem);
|
D | code_generator_arm_vixl.cc | 6808 void ParallelMoveResolverARMVIXL::Exchange(vixl32::Register reg, int mem) { in Exchange() function in art::arm::ParallelMoveResolverARMVIXL 6816 void ParallelMoveResolverARMVIXL::Exchange(int mem1, int mem2) { in Exchange() function in art::arm::ParallelMoveResolverARMVIXL 6845 Exchange(RegisterFrom(source), destination.GetStackIndex()); in EmitSwap() 6847 Exchange(RegisterFrom(destination), source.GetStackIndex()); in EmitSwap() 6849 Exchange(source.GetStackIndex(), destination.GetStackIndex()); in EmitSwap()
|
D | code_generator_mips.cc | 1170 Exchange(loc1.GetStackIndex(), loc2.GetStackIndex(), /* double_slot= */ false); in EmitSwap() 1172 Exchange(loc1.GetStackIndex(), loc2.GetStackIndex(), /* double_slot= */ true); in EmitSwap() 1231 void ParallelMoveResolverMIPS::Exchange(int index1, int index2, bool double_slot) { in Exchange() function in art::mips::ParallelMoveResolverMIPS
|
D | code_generator_mips64.cc | 1050 void ParallelMoveResolverMIPS64::Exchange(int index1, int index2, bool double_slot) { in Exchange() function in art::mips64::ParallelMoveResolverMIPS64 1452 move_resolver_.Exchange(loc1.GetStackIndex(), in SwapLocations()
|