Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DMemory.java158 int result = peekIntNative(address); in peekInt()
165 private static native int peekIntNative(long address); in peekIntNative() method in Memory
/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp298 FAST_NATIVE_METHOD(Memory, peekIntNative, "(J)I"),