Searched refs:pokeIntArray (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/libcore/libcore/io/ |
D | MemoryTest.java | 44 Memory.pokeIntArray(ptr, values, 0, values.length, false); in testSetIntArray() 49 Memory.pokeIntArray(ptr, values, 0, values.length, true); in testSetIntArray() 55 Memory.pokeIntArray(ptr + i * scale, values, i, 1, true); in testSetIntArray()
|
/libcore/luni/src/main/java/libcore/io/ |
D | Memory.java | 246 …public static native void pokeIntArray(long address, int[] src, int offset, int count, boolean swa… in pokeIntArray() method in Memory
|
/libcore/luni/src/main/native/ |
D | libcore_io_Memory.cpp | 311 NATIVE_METHOD(Memory, pokeIntArray, "(J[IIIZ)V"),
|
/libcore/ojluni/src/main/java/java/nio/ |
D | DirectByteBuffer.java | 632 Memory.pokeIntArray(ix(pos), in putUnchecked()
|