OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pokeLongArray
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/libcore/io/
Memory.java
176
public static native void
pokeLongArray
(int address, long[] src, int offset, int count, boolean swap);
/libcore/luni/src/main/java/java/nio/
MemoryBlock.java
172
public final void
pokeLongArray
(int offset, long[] src, int srcOffset, int longCount, boolean swap) {
173
Memory.
pokeLongArray
(address + offset, src, srcOffset, longCount, swap);
Completed in 15 milliseconds