Lines Matching refs:RegisterNatives
2336 static jint RegisterNatives(JNIEnv* env, jclass java_class, const JNINativeMethod* methods,
2344 JniAbortF("RegisterNatives", "negative method count: %d", method_count);
2347 CHECK_NON_NULL_ARGUMENT(RegisterNatives, java_class);
2355 CHECK_NON_NULL_ARGUMENT(RegisterNatives, methods);
2815 JNI::RegisterNatives,