Home | History | Annotate | Download | only in runtime

Lines Matching defs:GetStaticMethodID

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