Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
void registerMethod(JNIEnv *jenv) {
223
registerNatives(jenv);
224
}
225
226
JNIEXPORT jint JNI_OnLoad(JavaVM *vm, void *reserved) {
227
JNIEnv *env;
Callers
1
JNI_OnLoad
Function · 0.85
Calls
1
registerNatives
Function · 0.85
Tested by
no test coverage detected