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

Function registerMethod

Bcore/src/main/cpp/VmCore.cpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void registerMethod(JNIEnv *jenv) {
223 registerNatives(jenv);
224}
225
226JNIEXPORT jint JNI_OnLoad(JavaVM *vm, void *reserved) {
227 JNIEnv *env;

Callers 1

JNI_OnLoadFunction · 0.85

Calls 1

registerNativesFunction · 0.85

Tested by

no test coverage detected