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

/art/runtime/
H A Djni_internal.h36 RegisterNativeMethods(env, jni_class_name, gMethods, arraysize(gMethods))
54 void RegisterNativeMethods(JNIEnv* env, const char* jni_class_name, const JNINativeMethod* methods,
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 69 milliseconds