Searched defs:Memcpy (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Darray-inl.h317 // Memcpy ok for guaranteed non-overlapping distinct arrays.
318 Memcpy(dst_pos, src, src_pos, count);
360 inline void PrimitiveArray<T>::Memcpy(int32_t dst_pos, function in class:art::mirror::PrimitiveArray
443 void PointerArray::Memcpy(int32_t dst_pos, function in class:art::mirror::PointerArray
455 l_this->Memcpy(dst_pos, l_src, src_pos, count);
461 i_this->Memcpy(dst_pos, i_src, src_pos, count);

Completed in 243 milliseconds