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

/dalvik/vm/
H A DCheckJni.cpp1876 jint nMethods)
1878 CHECK_JNI_ENTRY(kFlag_Default, "EcpI", env, clazz, methods, nMethods);
1879 return CHECK_JNI_EXIT("I", baseEnv(env)->RegisterNatives(env, clazz, methods, nMethods));
1875 Check_RegisterNatives(JNIEnv* env, jclass clazz, const JNINativeMethod* methods, jint nMethods) argument
H A DJni.cpp2456 const JNINativeMethod* methods, jint nMethods)
2467 for (int i = 0; i < nMethods; i++) {
2455 RegisterNatives(JNIEnv* env, jclass jclazz, const JNINativeMethod* methods, jint nMethods) argument

Completed in 46 milliseconds