Searched refs:GetJMethodShorty (Results 1 – 3 of 3) sorted by relevance
24 const char* GetJMethodShorty(JNIEnv* env, jmethodID mid);
130 const char* short_signature = GetJMethodShorty(env, methodID); in ConvertVAList()
628 const char* GetJMethodShorty(JNIEnv* env, jmethodID mid) { in GetJMethodShorty() function