Home
last modified time | relevance | path

Searched refs:peekIntArray (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DNioBufferIterator.java95 Memory.peekIntArray(address + position, dst, dstOffset, intCount, swap); in readIntArray()
DMemory.java191 …public static native void peekIntArray(long address, int[] dst, int dstOffset, int intCount, boole… in peekIntArray() method in Memory
/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp299 NATIVE_METHOD(Memory, peekIntArray, "(J[IIIZ)V"),
/libcore/ojluni/src/main/java/java/nio/
DDirectByteBuffer.java566 Memory.peekIntArray(ix(pos), in getUnchecked()