Home
last modified time | relevance | path

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

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