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.java180 long result = peekLongNative(address); in peekLong()
187 private static native long peekLongNative(long address); in peekLongNative() method in Memory
/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp301 FAST_NATIVE_METHOD(Memory, peekLongNative, "(J)J"),