Searched refs:newNonMovableArray (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/java/libcore/dalvik/system/ |
D | VMRuntimeTest.java | 32 Object array = VMRuntime.getRuntime().newNonMovableArray(componentType, -1); in doTestNewNonMovableArray() 38 … Object array = VMRuntime.getRuntime().newNonMovableArray(componentType, Integer.MIN_VALUE); in doTestNewNonMovableArray() 45 Object array = VMRuntime.getRuntime().newNonMovableArray(componentType, i); in doTestNewNonMovableArray() 55 Object array = VMRuntime.getRuntime().newNonMovableArray(null, 0); in testNewNonMovableArray() 62 Object array = VMRuntime.getRuntime().newNonMovableArray(void.class, 0); in testNewNonMovableArray()
|
/libcore/luni/src/test/java/libcore/libcore/io/ |
D | MemoryTest.java | 36 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, scale * values.length + 1); in testSetIntArray() 77 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, scale * values.length + 1); in testSetLongArray() 115 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, scale * values.length + 1); in testSetShortArray()
|
/libcore/libart/src/main/java/dalvik/system/ |
D | VMRuntime.java | 457 public native Object newNonMovableArray(Class<?> componentType, int length); in newNonMovableArray() method in VMRuntime
|
/libcore/ojluni/src/main/java/java/nio/ |
D | DirectByteBuffer.java | 70 buffer = (byte[]) runtime.newNonMovableArray(byte.class, capacity + 7); in MemoryRef()
|
/libcore/mmodules/core_platform_api/api/platform/ |
D | current-api.txt | 705 … method @dalvik.annotation.optimization.FastNative public Object newNonMovableArray(Class<?>, int);
|