Home
last modified time | relevance | path

Searched refs:peekLongNative (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DMemory.java168 long result = peekLongNative(address); in peekLong()
175 private static native long peekLongNative(long address); in peekLongNative() method in Memory
/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp300 FAST_NATIVE_METHOD(Memory, peekLongNative, "(J)J"),