Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp212 static jclass gVMRuntime_class; variable
774 gVMRuntime_class = MakeGlobalRefOrDie(env, FindClassOrDie(env, "dalvik/system/VMRuntime")); in register_android_graphics_Graphics()
775 m = env->GetStaticMethodID(gVMRuntime_class, "getRuntime", "()Ldalvik/system/VMRuntime;"); in register_android_graphics_Graphics()
776 gVMRuntime = env->NewGlobalRef(env->CallStaticObjectMethod(gVMRuntime_class, m)); in register_android_graphics_Graphics()
777 gVMRuntime_newNonMovableArray = GetMethodIDOrDie(env, gVMRuntime_class, "newNonMovableArray", in register_android_graphics_Graphics()
779 …gVMRuntime_addressOf = GetMethodIDOrDie(env, gVMRuntime_class, "addressOf", "(Ljava/lang/Object;)J… in register_android_graphics_Graphics()