Searched refs:GetFieldIDInternal (Results 1 – 1 of 1) sorted by relevance
/art/runtime/jni/ |
D | check_jni.cc | 2232 return GetFieldIDInternal(__FUNCTION__, env, c, name, sig, false); in GetFieldID() 2236 return GetFieldIDInternal(__FUNCTION__, env, c, name, sig, true); in GetStaticFieldID() 2843 static jfieldID GetFieldIDInternal(const char* function_name, JNIEnv* env, jclass c, in GetFieldIDInternal() function in art::__anon846bc2ca0111::CheckJNI
|