Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/lang/
DSystem.java101 private static native void arraycopyShortUnchecked( in arraycopyShortUnchecked() method in System
/libcore/ojluni/src/main/java/java/lang/
DSystem.java607 arraycopyShortUnchecked(src, srcPos, dst, dstPos, length); in arraycopy()
616 private static native void arraycopyShortUnchecked(short[] src, int srcPos, in arraycopyShortUnchecked() method in System