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()
107 jmethodID methodId = env->GetMethodID(clazz, methodName, descriptor); in FindMethod() local109 return methodId; in FindMethod()