Home | History | Annotate | Download | only in runtime

Lines Matching full:getstatic

1324     static _ctype GetStatic##_jname##Field(JNIEnv* env, jclass c, jfieldID fid) { \
1327 return CHECK_JNI_EXIT(_type, baseEnv(env)->GetStatic##_jname##Field(env, c, fid)); \