Home
last modified time | relevance | path

Searched refs:getMethodShorty (Results 1 – 2 of 2) sorted by relevance

/art/libnativebridge/include/nativebridge/
Dnative_bridge.h454 const char* (*getMethodShorty)(JNIEnv* env, jmethodID mid); member
/art/test/115-native-bridge/
Dnativebridge.cc80 const char* shorty = gNativeBridgeArtCallbacks->getMethodShorty(env, mid); in trampoline_JNI_OnLoad()