Home | History | Annotate | Download | only in runtime

Lines Matching defs:RegisterNatives

2148   static jint RegisterNatives(JNIEnv* env, jclass java_class, const JNINativeMethod* methods,
2156 JavaVmExtFromEnv(env)->JniAbortF("RegisterNatives", "negative method count: %d",
2160 CHECK_NON_NULL_ARGUMENT_FN_NAME("RegisterNatives", java_class, JNI_ERR);
2169 CHECK_NON_NULL_ARGUMENT_FN_NAME("RegisterNatives", methods, JNI_ERR);
2241 << "This is slow, consider changing your RegisterNatives calls.";
2790 JNI::RegisterNatives,