Searched refs:MoveMemoryToMemory (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_x86.h | 222 void MoveMemoryToMemory(int dst, int src, int number_of_words);
|
H A D | code_generator_x86.cc | 7060 void ParallelMoveResolverX86::MoveMemoryToMemory(int dst, int src, int number_of_words) { in MoveMemoryToMemory() function in art::x86::ParallelMoveResolverX86 7141 MoveMemoryToMemory(destination.GetStackIndex(), source.GetStackIndex(), 1); in EmitMove() 7152 MoveMemoryToMemory(destination.GetStackIndex(), source.GetStackIndex(), 2); in EmitMove() 7159 MoveMemoryToMemory(destination.GetStackIndex(), source.GetStackIndex(), 4); in EmitMove()
|