Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphics.cpp183 static jobject gVMRuntime; variable
503 jbyteArray arrayObj = (jbyteArray) env->CallObjectMethod(gVMRuntime, in allocateJavaPixelRef()
510 jbyte* addr = (jbyte*) env->CallLongMethod(gVMRuntime, gVMRuntime_addressOf, arrayObj); in allocateJavaPixelRef()
768 gVMRuntime = env->NewGlobalRef(env->CallStaticObjectMethod(gVMRuntime_class, m)); in register_android_graphics_Graphics()