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

/libcore/luni/src/main/java/libcore/io/
H A DMemory.java188 public static native void peekShortArray(long address, short[] dst, int dstOffset, int shortCount, boolean swap); method in class:Memory
/libcore/luni/src/main/native/
H A Dlibcore_io_Memory.cpp302 NATIVE_METHOD(Memory, peekShortArray, "(J[SIIZ)V"),
/libcore/ojluni/src/main/java/java/nio/
H A DDirectByteBuffer.java421 Memory.peekShortArray(ix(pos),

Completed in 232 milliseconds