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