Home
last modified time | relevance | path

Searched defs:CallStaticIntMethod (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h331 jint (*CallStaticIntMethod)(JNIEnv*, jclass, jmethodID, ...); member
/aosp12/libnativehelper/include_jni/
H A Djni.h331 jint (*CallStaticIntMethod)(JNIEnv*, jclass, jmethodID, ...); member
/aosp12/art/runtime/jni/
H A Djni_internal.cc1786 static jint CallStaticIntMethod(JNIEnv* env, jclass, jmethodID mid, ...) { in CallStaticIntMethod() function in art::JNI