Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DNioBufferIterator.java101 Memory.peekIntArray(address + position, ints, arrayOffset, intCount, swap); in readIntArray()
DMemory.java315 …public static native void peekIntArray(long address, int[] dst, int dstOffset, int intCount, boole… in peekIntArray() method in Memory
/libcore/ojluni/src/main/java/java/nio/
DDirectByteBuffer.java617 Memory.peekIntArray(ix(pos), in getUnchecked()