Searched refs:arg_shorty (Results 1 – 1 of 1) sorted by relevance
335 const char* arg_shorty = library->NeedsNativeBridge() ? shorty : nullptr; in FindNativeMethodInternal() local336 void* fn = library->FindSymbol(jni_short_name, arg_shorty, jni_call_type); in FindNativeMethodInternal()338 fn = library->FindSymbol(jni_long_name, arg_shorty, jni_call_type); in FindNativeMethodInternal()