Home
last modified time | relevance | path

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

/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h336 jlong (*CallStaticLongMethodA)(JNIEnv*, jclass, jmethodID, const jvalue*); member
/aosp12/libnativehelper/include_jni/
H A Djni.h336 jlong (*CallStaticLongMethodA)(JNIEnv*, jclass, jmethodID, const jvalue*); member
/aosp12/art/runtime/jni/
H A Djni_internal.cc1824 static jlong CallStaticLongMethodA(JNIEnv* env, jclass, jmethodID mid, const jvalue* args) { in CallStaticLongMethodA() function in art::JNI