Searched refs:methodname (Results 1 – 1 of 1) sorted by relevance
262 const char methodname[], const char type[]) { in getMethodIDCheck() argument263 jmethodID id = env->GetMethodID(clazz, methodname, type); in getMethodIDCheck()