Home
last modified time | relevance | path

Searched refs:GetShortField (Results 1 – 4 of 4) 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
704 { return functions->GetShortField(this, obj, fieldID); } in GetShortField()
/aosp12/libnativehelper/include_jni/
H A Djni.h297 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 Djni_internal.cc1557 static jshort GetShortField(JNIEnv* env, jobject obj, jfieldID fid) { in GetShortField() function in art::JNI
3024 JNIImpl::GetShortField,
H A Dcheck_jni.cc2960 result.S = baseEnv(env)->GetShortField(env, obj, fid); in GetField()
3920 CheckJNI::GetShortField,