Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DNioBufferIterator.java111 Memory.peekLongArray(address + position, longs, arrayOffset, longCount, swap); in readLongArray()
DMemory.java205 …public static native void peekLongArray(long address, long[] dst, int dstOffset, int longCount, bo… in peekLongArray() method in Memory
/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp302 NATIVE_METHOD(Memory, peekLongArray, "(J[JIIZ)V"),
/libcore/ojluni/src/main/java/java/nio/
DDirectByteBuffer.java688 Memory.peekLongArray(ix(pos), in getUnchecked()