Searched refs:GetShortField (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 297 jshort (*GetShortField)(JNIEnv*, jobject, jfieldID); member 703 jshort GetShortField(jobject obj, jfieldID fieldID) in GetShortField() function 704 { return functions->GetShortField(this, obj, fieldID); } in GetShortField()
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 297 jshort (*GetShortField)(JNIEnv*, jobject, jfieldID); member 703 jshort GetShortField(jobject obj, jfieldID fieldID) in GetShortField() function 704 { return functions->GetShortField(this, obj, fieldID); } in GetShortField()
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal.cc | 1557 static jshort GetShortField(JNIEnv* env, jobject obj, jfieldID fid) { in GetShortField() function in art::JNI 3024 JNIImpl::GetShortField,
|
H A D | check_jni.cc | 2960 result.S = baseEnv(env)->GetShortField(env, obj, fid); in GetField() 3920 CheckJNI::GetShortField,
|