Home | History | Annotate | Download | only in runtime

Lines Matching defs:GetFieldID

1308   static jfieldID GetFieldID(JNIEnv* env, jclass c, const char* name, const char* sig) {
1310 return CHECK_JNI_EXIT("f", baseEnv(env)->GetFieldID(env, c, name, sig));
1880 CheckJNI::GetFieldID,