Home
last modified time | relevance | path

Searched refs:peekShortArray (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DMemory.java193 …public static native void peekShortArray(long address, short[] dst, int dstOffset, int shortCount,… in peekShortArray() method in Memory
/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp303 NATIVE_METHOD(Memory, peekShortArray, "(J[SIIZ)V"),
/libcore/ojluni/src/main/java/java/nio/
DDirectByteBuffer.java464 Memory.peekShortArray(ix(pos), in getUnchecked()