Searched refs:arraycopyBooleanUnchecked (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DSystem.java591 arraycopyBooleanUnchecked(src, srcPos, dst, dstPos, length);
599 private static native void arraycopyBooleanUnchecked(boolean[] src, int srcPos, method in class:System

Completed in 59 milliseconds