Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/lang/
DSystem.java93 private static native void arraycopyByteUnchecked( in arraycopyByteUnchecked() method in System
/libcore/ojluni/src/main/java/java/lang/
DSystem.java548 arraycopyByteUnchecked(src, srcPos, dst, dstPos, length); in arraycopy()
557 private static native void arraycopyByteUnchecked(byte[] src, int srcPos, in arraycopyByteUnchecked() method in System