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