Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/io/
DMemoryTest.java33 VMRuntime runtime = VMRuntime.getRuntime(); in testSetIntArray() local
34 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, scale * values.length + 1); in testSetIntArray()
35 long base_ptr = runtime.addressOf(array); in testSetIntArray()
74 VMRuntime runtime = VMRuntime.getRuntime(); in testSetLongArray() local
75 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, scale * values.length + 1); in testSetLongArray()
76 long base_ptr = runtime.addressOf(array); in testSetLongArray()
112 VMRuntime runtime = VMRuntime.getRuntime(); in testSetShortArray() local
113 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, scale * values.length + 1); in testSetShortArray()
114 long base_ptr = runtime.addressOf(array); in testSetShortArray()
/libcore/dalvik/src/test/java/dalvik/system/
DCloseGuardMonitor.java84 Runtime runtime = Runtime.getRuntime(); in run() local
86 runtime.gc(); in run()
/libcore/luni/src/main/java/java/nio/
DMemoryBlock.java130 VMRuntime runtime = VMRuntime.getRuntime(); in allocate() local
131 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, byteCount); in allocate()
132 long address = runtime.addressOf(array); in allocate()
/libcore/luni/src/main/java/java/lang/
DSystem.java708 VMRuntime runtime = VMRuntime.getRuntime(); in initUnchangeableSystemProperties() local
714 p.put("java.boot.class.path", runtime.bootClassPath()); in initUnchangeableSystemProperties()
715 p.put("java.class.path", runtime.classPath()); in initUnchangeableSystemProperties()
743 p.put("java.vm.version", runtime.vmVersion()); in initUnchangeableSystemProperties()
777 parsePropertyAssignments(p, runtime.properties()); in initUnchangeableSystemProperties()
/libcore/benchmarks/libs/
Dcaliper.jar ... lang.Object implements com.google.monitoring.runtime.instrumentation.Sampler { final synthetic Thread val$ ...