Home
last modified time | relevance | path

Searched refs:arraycopyIntUnchecked (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DSystem.java650 arraycopyIntUnchecked(src, srcPos, dst, dstPos, length); in arraycopy()
659 private static native void arraycopyIntUnchecked(int[] src, int srcPos, in arraycopyIntUnchecked() method in System