Home
last modified time | relevance | path

Searched refs:MoveMemoryToMemory (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86.h168 void MoveMemoryToMemory(int dst, int src, int number_of_words);
Dcode_generator_x86.cc6435 void ParallelMoveResolverX86::MoveMemoryToMemory(int dst, int src, int number_of_words) { in MoveMemoryToMemory() function in art::x86::ParallelMoveResolverX86
6516 MoveMemoryToMemory(destination.GetStackIndex(), source.GetStackIndex(), 1); in EmitMove()
6527 MoveMemoryToMemory(destination.GetStackIndex(), source.GetStackIndex(), 2); in EmitMove()
6534 MoveMemoryToMemory(destination.GetStackIndex(), source.GetStackIndex(), 4); in EmitMove()