Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray-inl.h269 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()