Home
last modified time | relevance | path

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

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