Lines Matching refs:fn
319 void* fn = library->FindSymbol(jni_short_name, arg_shorty); in FindNativeMethodInternal() local
320 if (fn == nullptr) { in FindNativeMethodInternal()
321 fn = library->FindSymbol(jni_long_name, arg_shorty); in FindNativeMethodInternal()
323 if (fn != nullptr) { in FindNativeMethodInternal()
326 return fn; in FindNativeMethodInternal()
1108 void* fn = agent->FindSymbol(jni_short_name); in FindCodeForNativeMethodInAgents() local
1109 if (fn != nullptr) { in FindCodeForNativeMethodInAgents()
1112 return fn; in FindCodeForNativeMethodInAgents()
1114 fn = agent->FindSymbol(jni_long_name); in FindCodeForNativeMethodInAgents()
1115 if (fn != nullptr) { in FindCodeForNativeMethodInAgents()
1118 return fn; in FindCodeForNativeMethodInAgents()