Home | History | Annotate | Download | only in jni

Lines Matching refs:numMethods

2197                JNINativeMethod* gMethods, int numMethods)
2207 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {