Searched refs:srcLongs (Results 1 – 1 of 1) sorted by relevance
84 static inline void swapLongs(jlong* dstLongs, const jlong* srcLongs, size_t count) { in swapLongs() argument86 const jint* src = reinterpret_cast<const jint*>(srcLongs); in swapLongs()253 const jlong* srcLongs = reinterpret_cast<const jlong*>(src); in unsafeBulkCopy() local254 swapLongs(dstLongs, srcLongs, byteCount / 8); in unsafeBulkCopy()