Searched refs:runtime (Results 1 – 5 of 5) sorted by relevance
33 VMRuntime runtime = VMRuntime.getRuntime(); in testSetIntArray() local34 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() local75 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() local113 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, scale * values.length + 1); in testSetShortArray()114 long base_ptr = runtime.addressOf(array); in testSetShortArray()
84 Runtime runtime = Runtime.getRuntime(); in run() local86 runtime.gc(); in run()
130 VMRuntime runtime = VMRuntime.getRuntime(); in allocate() local131 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, byteCount); in allocate()132 long address = runtime.addressOf(array); in allocate()
708 VMRuntime runtime = VMRuntime.getRuntime(); in initUnchangeableSystemProperties() local714 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()
... lang.Object implements com.google.monitoring.runtime.instrumentation.Sampler { final synthetic Thread val$ ...