Searched defs:srcInts (Results 1 – 1 of 1) sorted by relevance
77 static inline void swapInts(jint* dstInts, const jint* srcInts, size_t count) { in swapInts()249 const jint* srcInts = reinterpret_cast<const jint*>(src); in unsafeBulkCopy() local