Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal.h35 RegisterNativeMethods(env, jni_class_name, gMethods, arraysize(gMethods))
44 void RegisterNativeMethods(JNIEnv* env, const char* jni_class_name, const JNINativeMethod* methods,
Djni_internal.cc2090 return RegisterNativeMethods(env, java_class, methods, method_count, true); in RegisterNatives()
2093 static jint RegisterNativeMethods(JNIEnv* env, jclass java_class, const JNINativeMethod* methods, in RegisterNativeMethods() function in art::JNI
2975 void RegisterNativeMethods(JNIEnv* env, const char* jni_class_name, const JNINativeMethod* methods, in RegisterNativeMethods() function
2981 JNI::RegisterNativeMethods(env, c.get(), methods, method_count, false); in RegisterNativeMethods()