Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetStaticMethodID

2062   static jmethodID GetStaticMethodID(JNIEnv* env, jclass c, const char* name, const char* sig) {
2646 result.m = baseEnv(env)->GetStaticMethodID(env, c, name, sig);
3686 CheckJNI::GetStaticMethodID,