Searched refs:srcShorts (Results 1 – 1 of 1) sorted by relevance
61 static inline void swapShorts(jshort* dstShorts, const jshort* srcShorts, size_t count) { in swapShorts() argument64 const jint* src = reinterpret_cast<const jint*>(srcShorts); in swapShorts()243 const jshort* srcShorts = reinterpret_cast<const jshort*>(src); in unsafeBulkCopy() local244 swapShorts(dstShorts, srcShorts, byteCount / 2); in unsafeBulkCopy()