Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DMemory.java64 public static long peekLong(byte[] src, int offset, ByteOrder order) { in peekLong() method in Memory
179 public static long peekLong(long address, boolean swap) { in peekLong() method in Memory
/libcore/luni/src/test/java/libcore/libcore/io/
DMemoryTest.java105 assertEquals(expectedValues[i], Memory.peekLong(ptr + Long.BYTES * i, swap)); in assertLongsEqual()
/libcore/ojluni/src/main/java/java/nio/
DDirectByteBuffer.java656 return Memory.peekLong(a, !nativeByteOrder); in getLong()
862 long x = Memory.peekLong(a, !nativeByteOrder); in getDouble()