Searched defs:RegisterNativeMethods (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Djni_internal.cc2365 return RegisterNativeMethods(env, java_class, methods, method_count, true);
2368 static jint RegisterNativeMethods(JNIEnv* env, jclass java_class, const JNINativeMethod* methods, function in class:art::JNI
2378 LOG(WARNING) << "JNI RegisterNativeMethods: attempt to register 0 native methods for "
3427 void RegisterNativeMethods(JNIEnv* env, const char* jni_class_name, const JNINativeMethod* methods, function in namespace:art
3433 JNI::RegisterNativeMethods(env, c.get(), methods, method_count, false);

Completed in 102 milliseconds