Home | History | Annotate | Download | only in runtime

Lines Matching defs:shorty

144   void* FindSymbol(const std::string& symbol_name, const char* shorty = nullptr) {
146 ? FindSymbolWithNativeBridge(symbol_name.c_str(), shorty)
156 void* FindSymbolWithNativeBridge(const std::string& symbol_name, const char* shorty) {
160 return android::NativeBridgeGetTrampoline(handle_, symbol_name.c_str(), shorty, len);
253 const char* shorty = library->NeedsNativeBridge()
256 void* fn = library->FindSymbol(jni_short_name, shorty);
258 fn = library->FindSymbol(jni_long_name, shorty);