Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DBits.c289 NATIVE_METHOD(Bits, copyToIntArray, "(JLjava/lang/Object;JJ)V"),
/libcore/ojluni/src/main/java/java/nio/
DBits.java863 static native void copyToIntArray(long srcAddr, Object dst, long dstPos, in copyToIntArray() method in Bits