Searched refs:ArrayForwardCopy (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/art/runtime/mirror/ |
H A D | array-inl.h | 123 static inline void ArrayForwardCopy(T* d, const T* s, int32_t count) { in ArrayForwardCopy() function 167 ArrayForwardCopy<uint16_t>(d, s, count); in Memmove() 175 ArrayForwardCopy<uint32_t>(d, s, count); in Memmove() 184 ArrayForwardCopy<uint64_t>(d, s, count); in Memmove() 219 ArrayForwardCopy<uint16_t>(d, s, count); in Memcpy() 223 ArrayForwardCopy<uint32_t>(d, s, count); in Memcpy() 228 ArrayForwardCopy<uint64_t>(d, s, count); in Memcpy()
|