Home
last modified time | relevance | path

Searched refs:Exchange (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h255 void Exchange(vixl32::Register reg, int mem);
256 void Exchange(int mem1, int mem2);
Dcode_generator_mips.h147 void Exchange(int index1, int index2, bool double_slot);
Dcode_generator_mips64.h144 void Exchange(int index1, int index2, bool double_slot);
Dcode_generator_x86.h141 void Exchange(Register reg, int mem);
Dcode_generator_arm_vixl.cc6808 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()
Dcode_generator_mips.cc1170 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
Dcode_generator_mips64.cc1050 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()