Searched refs:methodId (Results 1 – 2 of 2) sorted by relevance
60 jmethodID methodId = (*env)->GetMethodID(env, clazz, methodName, descriptor); in FindMethod() local62 return methodId; in FindMethod()
112 jmethodID methodId = env->GetMethodID(clazz, methodName, descriptor); in FindMethod() local114 return methodId; in FindMethod()