Searched refs:peekIntArray (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | NioBufferIterator.java | 95 Memory.peekIntArray(address + position, dst, dstOffset, intCount, swap); in readIntArray()
|
D | Memory.java | 191 …public static native void peekIntArray(long address, int[] dst, int dstOffset, int intCount, boole… in peekIntArray() method in Memory
|
/libcore/luni/src/main/native/ |
D | libcore_io_Memory.cpp | 300 NATIVE_METHOD(Memory, peekIntArray, "(J[IIIZ)V"),
|
/libcore/ojluni/src/main/java/java/nio/ |
D | DirectByteBuffer.java | 579 Memory.peekIntArray(ix(pos), in getUnchecked()
|