Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray-inl.h119 static inline void ArrayForwardCopy(T* d, const T* s, int32_t count) { in ArrayForwardCopy() function
163 ArrayForwardCopy<uint16_t>(d, s, count); in Memmove()
171 ArrayForwardCopy<uint32_t>(d, s, count); in Memmove()
180 ArrayForwardCopy<uint64_t>(d, s, count); in Memmove()
215 ArrayForwardCopy<uint16_t>(d, s, count); in Memcpy()
219 ArrayForwardCopy<uint32_t>(d, s, count); in Memcpy()
224 ArrayForwardCopy<uint64_t>(d, s, count); in Memcpy()