Lines Matching defs:GetStaticFieldID
1325 static jfieldID GetStaticFieldID(JNIEnv* env, jclass c, const char* name, const char* sig) {1327 return CHECK_JNI_EXIT("f", baseEnv(env)->GetStaticFieldID(env, c, name, sig));1937 CheckJNI::GetStaticFieldID,