MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / registerNatives

Function registerNatives

Bcore/src/main/cpp/VmCore.cpp:215–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215int registerNatives(JNIEnv *env) {
216 if (!registerNativeMethods(env, VMCORE_CLASS, gMethods,
217 sizeof(gMethods) / sizeof(gMethods[0])))
218 return JNI_FALSE;
219 return JNI_TRUE;
220}
221
222void registerMethod(JNIEnv *jenv) {
223 registerNatives(jenv);

Callers 1

registerMethodFunction · 0.85

Calls 1

registerNativeMethodsFunction · 0.85

Tested by

no test coverage detected