Searched refs:RegisterNativeMethods (Results 1 - 2 of 2) sorted by relevance
/art/runtime/ |
H A D | jni_internal.h | 35 RegisterNativeMethods(env, jni_class_name, gMethods, arraysize(gMethods)) 44 void RegisterNativeMethods(JNIEnv* env, const char* jni_class_name, const JNINativeMethod* methods,
|
H A D | jni_internal.cc | 2090 return RegisterNativeMethods(env, java_class, methods, method_count, true); 2093 static jint RegisterNativeMethods(JNIEnv* env, jclass java_class, const JNINativeMethod* methods, function in class:art::JNI 2104 LOG(WARNING) << "JNI RegisterNativeMethods: attempt to register 0 native methods for " 2975 void RegisterNativeMethods(JNIEnv* env, const char* jni_class_name, const JNINativeMethod* methods, function in namespace:art 2981 JNI::RegisterNativeMethods(env, c.get(), methods, method_count, false);
|
Completed in 50 milliseconds