OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peekLongNative
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/libcore/io/
Memory.java
165
long result =
peekLongNative
(address);
171
private static native long
peekLongNative
(long address);
/libcore/luni/src/main/native/
libcore_io_Memory.cpp
299
NATIVE_METHOD(Memory,
peekLongNative
, "!(J)J"),
Completed in 37 milliseconds