Searched refs:runtime (Results 1 – 9 of 9) sorted by relevance
85 Runtime runtime = Runtime.getRuntime(); in tryRemoveGarbage() local87 runtime.gc(); in tryRemoveGarbage()89 runtime.runFinalization(); in tryRemoveGarbage()91 runtime.gc(); in tryRemoveGarbage()
136 Object runtime = runtimeInstanceGetter.invoke(null); in createStatement()137 int oldTargetSdkVersion = (int) targetSdkVersionGetter.invoke(runtime); in createStatement()138 targetSdkVersionSetter.invoke(runtime, targetSdkVersion); in createStatement()142 targetSdkVersionSetter.invoke(runtime, oldTargetSdkVersion); in createStatement()
316 VMRuntime runtime = VMRuntime.getRuntime(); in registerNativeAllocation() local320 runtime.notifyNativeAllocationsInternal(); in registerNativeAllocation()322 runtime.notifyNativeAllocation(); in registerNativeAllocation()325 runtime.registerNativeAllocation(size); in registerNativeAllocation()
110 final VMRuntime runtime = VMRuntime.getRuntime(); in gcAndFinalize() local116 runtime.runFinalizationSync(); in gcAndFinalize()
967 VMRuntime runtime = VMRuntime.getRuntime(); in initUnchangeableSystemProperties() local971 p.put("java.boot.class.path", runtime.bootClassPath()); in initUnchangeableSystemProperties()972 p.put("java.class.path", runtime.classPath()); in initUnchangeableSystemProperties()981 p.put("java.vm.version", runtime.vmVersion()); in initUnchangeableSystemProperties()1007 parsePropertyAssignments(p, runtime.properties()); in initUnchangeableSystemProperties()
69 VMRuntime runtime = VMRuntime.getRuntime(); in MemoryRef() local70 buffer = (byte[]) runtime.newNonMovableArray(byte.class, capacity + 7); in MemoryRef()71 allocatedAddress = runtime.addressOf(buffer); in MemoryRef()
55 "//art/runtime",
321 // Files used to simulate the /system, runtime APEX and tzdata1152 // constants. The annotations are source only and do not introduce any runtime
53 // API annotations are available to the dex tools that enable enforcement of runtime