Searched refs:peekLongArray (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | NioBufferIterator.java | 111 Memory.peekLongArray(address + position, longs, arrayOffset, longCount, swap); in readLongArray()
|
D | Memory.java | 205 …public static native void peekLongArray(long address, long[] dst, int dstOffset, int longCount, bo… in peekLongArray() method in Memory
|
/libcore/luni/src/main/native/ |
D | libcore_io_Memory.cpp | 302 NATIVE_METHOD(Memory, peekLongArray, "(J[JIIZ)V"),
|
/libcore/ojluni/src/main/java/java/nio/ |
D | DirectByteBuffer.java | 688 Memory.peekLongArray(ix(pos), in getUnchecked()
|