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