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