Searched refs:gVMRuntime_class (Results 1 – 1 of 1) sorted by relevance
184 static jclass gVMRuntime_class; variable854 gVMRuntime_class = make_globalref(env, "dalvik/system/VMRuntime"); in register_android_graphics_Graphics()855 m = env->GetStaticMethodID(gVMRuntime_class, "getRuntime", "()Ldalvik/system/VMRuntime;"); in register_android_graphics_Graphics()856 gVMRuntime = env->NewGlobalRef(env->CallStaticObjectMethod(gVMRuntime_class, m)); in register_android_graphics_Graphics()857 gVMRuntime_newNonMovableArray = env->GetMethodID(gVMRuntime_class, "newNonMovableArray", in register_android_graphics_Graphics()859 gVMRuntime_addressOf = env->GetMethodID(gVMRuntime_class, "addressOf", "(Ljava/lang/Object;)J"); in register_android_graphics_Graphics()