Home | History | Annotate | Download | only in src

Lines Matching full:vm_runtime

1424     Class<?> vm_runtime = Class.forName("dalvik.system.VMRuntime");
1425 Method get_runtime = vm_runtime.getDeclaredMethod("getRuntime");
1427 address_of = vm_runtime.getDeclaredMethod("addressOf", Object.class);
1428 new_non_movable_array = vm_runtime.getDeclaredMethod("newNonMovableArray", Class.class, Integer.TYPE);