Searched refs:nb_method (Results 1 – 1 of 1) sorted by relevance
70 NativeBridgeMethod* nb_method = find_native_bridge_method(methods[i].name); in trampoline_JNI_OnLoad() local71 if (nb_method != nullptr) { in trampoline_JNI_OnLoad()73 if (nb_method->static_method) { in trampoline_JNI_OnLoad()74 mid = env->GetStaticMethodID(klass, methods[i].name, nb_method->signature); in trampoline_JNI_OnLoad()76 mid = env->GetMethodID(klass, methods[i].name, nb_method->signature); in trampoline_JNI_OnLoad()82 methods[i].name, nb_method->signature, shorty); in trampoline_JNI_OnLoad()