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

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

Completed in 14 milliseconds