Searched refs:pokeShortArray (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/libcore/libcore/io/ |
D | MemoryTest.java | 123 Memory.pokeShortArray(ptr, values, 0, values.length, false); in testSetShortArray() 128 Memory.pokeShortArray(ptr, values, 0, values.length, true); in testSetShortArray() 134 Memory.pokeShortArray(ptr + i * scale, values, i, 1, true); in testSetShortArray()
|
/libcore/luni/src/main/java/libcore/io/ |
D | Memory.java | 248 …public static native void pokeShortArray(long address, short[] src, int offset, int count, boolean… in pokeShortArray() method in Memory
|
/libcore/luni/src/main/native/ |
D | libcore_io_Memory.cpp | 315 NATIVE_METHOD(Memory, pokeShortArray, "(J[SIIZ)V"),
|
/libcore/ojluni/src/main/java/java/nio/ |
D | DirectByteBuffer.java | 530 Memory.pokeShortArray(ix(pos), in putUnchecked()
|