Searched refs:methodName (Results 1 – 2 of 2) sorted by relevance
55 const char* methodName, in FindMethod() argument60 jmethodID methodId = (*env)->GetMethodID(env, clazz, methodName, descriptor); in FindMethod()
108 const char* methodName, const char* descriptor) { in FindMethod() argument112 jmethodID methodId = env->GetMethodID(clazz, methodName, descriptor); in FindMethod()