Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray-inl.h235 static inline void ArrayForwardCopy(T* d, const T* s, int32_t count) { in ArrayForwardCopy() function
277 ArrayForwardCopy<uint16_t>(d, s, count); in Memmove()
285 ArrayForwardCopy<uint32_t>(d, s, count); in Memmove()
294 ArrayForwardCopy<uint64_t>(d, s, count); in Memmove()
327 ArrayForwardCopy<uint16_t>(d, s, count); in Memcpy()
331 ArrayForwardCopy<uint32_t>(d, s, count); in Memcpy()
336 ArrayForwardCopy<uint64_t>(d, s, count); in Memcpy()