Home
last modified time | relevance | path

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

/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h297 jshort (*GetShortField)(JNIEnv*, jobject, jfieldID); member
703 jshort GetShortField(jobject obj, jfieldID fieldID) in GetShortField() function
/aosp12/libnativehelper/include_jni/
H A Djni.h297 jshort (*GetShortField)(JNIEnv*, jobject, jfieldID); member
703 jshort GetShortField(jobject obj, jfieldID fieldID) in GetShortField() function
/aosp12/art/runtime/jni/
H A Djni_internal.cc1557 static jshort GetShortField(JNIEnv* env, jobject obj, jfieldID fid) { in GetShortField() function in art::JNI