Searched refs:nMethods (Results 1 – 1 of 1) sorted by relevance
1828 …static jint RegisterNatives(JNIEnv* env, jclass c, const JNINativeMethod* methods, jint nMethods) { in RegisterNatives() argument1832 JniValueType args[4] = {{.E = env }, {.c = c}, {.p = methods}, {.I = nMethods}}; in RegisterNatives()1835 result.i = baseEnv(env)->RegisterNatives(env, c, methods, nMethods); in RegisterNatives()