Searched defs:nMethods (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Dcheck_jni.cc1773 static jint RegisterNatives(JNIEnv* env, jclass c, const JNINativeMethod* methods, jint nMethods) { argument
1777 JniValueType args[4] = {{.E = env }, {.c = c}, {.p = methods}, {.I = nMethods}};
1780 result.i = baseEnv(env)->RegisterNatives(env, c, methods, nMethods);

Completed in 25 milliseconds