Searched refs:ArrayForwardCopy (Results 1 – 1 of 1) sorted by relevance
/art/runtime/mirror/ |
D | array-inl.h | 269 static inline void ArrayForwardCopy(T* d, const T* s, int32_t count) { in ArrayForwardCopy() function 311 ArrayForwardCopy<uint16_t>(d, s, count); in Memmove() 319 ArrayForwardCopy<uint32_t>(d, s, count); in Memmove() 328 ArrayForwardCopy<uint64_t>(d, s, count); in Memmove() 361 ArrayForwardCopy<uint16_t>(d, s, count); in Memcpy() 365 ArrayForwardCopy<uint32_t>(d, s, count); in Memcpy() 370 ArrayForwardCopy<uint64_t>(d, s, count); in Memcpy()
|