Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp234 static void unsafeBulkCopy(jbyte* dst, const jbyte* src, jint byteCount, in unsafeBulkCopy() function
269 unsafeBulkCopy(dst, src, byteCount, sizeofElement, swap); in Memory_unsafeBulkGet()
286 unsafeBulkCopy(dst, src, byteCount, sizeofElement, swap); in Memory_unsafeBulkPut()