Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray-inl.h124 static inline void ArrayForwardCopy(T* d, const T* s, int32_t count) { in ArrayForwardCopy() function
168 ArrayForwardCopy<uint16_t>(d, s, count); in Memmove()
176 ArrayForwardCopy<uint32_t>(d, s, count); in Memmove()
185 ArrayForwardCopy<uint64_t>(d, s, count); in Memmove()
220 ArrayForwardCopy<uint16_t>(d, s, count); in Memcpy()
224 ArrayForwardCopy<uint32_t>(d, s, count); in Memcpy()
229 ArrayForwardCopy<uint64_t>(d, s, count); in Memcpy()