Searched refs:nb_method (Results 1 – 1 of 1) sorted by relevance
65 NativeBridgeMethod* nb_method = find_native_bridge_method(methods[i].name); in trampoline_JNI_OnLoad() local66 if (nb_method != nullptr) { in trampoline_JNI_OnLoad()68 if (nb_method->static_method) { in trampoline_JNI_OnLoad()69 mid = env->GetStaticMethodID(klass, methods[i].name, nb_method->signature); in trampoline_JNI_OnLoad()71 mid = env->GetMethodID(klass, methods[i].name, nb_method->signature); in trampoline_JNI_OnLoad()77 methods[i].name, nb_method->signature, shorty); in trampoline_JNI_OnLoad()