Searched refs:VMRuntime (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/test/java/dalvik/system/ |
D | VMRuntimeTest.java | 30 Object array = VMRuntime.getRuntime().newNonMovableArray(componentType, -1); in doTestNewNonMovableArray() 36 … Object array = VMRuntime.getRuntime().newNonMovableArray(componentType, Integer.MIN_VALUE); in doTestNewNonMovableArray() 43 Object array = VMRuntime.getRuntime().newNonMovableArray(componentType, i); in doTestNewNonMovableArray() 53 Object array = VMRuntime.getRuntime().newNonMovableArray(null, 0); in testNewNonMovableArray() 60 Object array = VMRuntime.getRuntime().newNonMovableArray(void.class, 0); in testNewNonMovableArray() 84 Object array = VMRuntime.getRuntime().newUnpaddedArray(componentType, -1); in doTestNewUnpaddedArray() 90 … Object array = VMRuntime.getRuntime().newUnpaddedArray(componentType, Integer.MIN_VALUE); in doTestNewUnpaddedArray() 97 Object array = VMRuntime.getRuntime().newUnpaddedArray(componentType, i); in doTestNewUnpaddedArray() 107 Object array = VMRuntime.getRuntime().newUnpaddedArray(null, 0); in testNewUnpaddedArray() 114 Object array = VMRuntime.getRuntime().newUnpaddedArray(void.class, 0); in testNewUnpaddedArray()
|
/libcore/libart/src/main/java/dalvik/system/ |
D | VMRuntime.java | 29 public final class VMRuntime { class 34 private static final VMRuntime THE_ONE = new VMRuntime(); 53 private VMRuntime() { in VMRuntime() method in VMRuntime 62 public static VMRuntime getRuntime() { in getRuntime()
|
/libcore/luni/src/test/java/libcore/io/ |
D | MemoryTest.java | 20 import dalvik.system.VMRuntime; 33 VMRuntime runtime = VMRuntime.getRuntime(); in testSetIntArray() 74 VMRuntime runtime = VMRuntime.getRuntime(); in testSetLongArray() 112 VMRuntime runtime = VMRuntime.getRuntime(); in testSetShortArray()
|
/libcore/libart/src/main/java/java/lang/ |
D | Daemons.java | 19 import dalvik.system.VMRuntime; 218 if (!finalized && !VMRuntime.getRuntime().isDebuggerActive()) { in run() 313 VMRuntime.getRuntime().trimHeap(); in run() 346 VMRuntime.getRuntime().concurrentGC(); in run()
|
/libcore/luni/src/main/java/java/nio/ |
D | MemoryBlock.java | 21 import dalvik.system.VMRuntime; 130 VMRuntime runtime = VMRuntime.getRuntime(); in allocate()
|
/libcore/luni/src/main/java/java/lang/ |
D | System.java | 38 import dalvik.system.VMRuntime; 708 VMRuntime runtime = VMRuntime.getRuntime(); in initUnchangeableSystemProperties()
|