Searched refs:descriptor (Results 1 – 3 of 3) sorted by relevance
56 const char* descriptor) { in FindMethod() argument60 jmethodID methodId = (*env)->GetMethodID(env, clazz, methodName, descriptor); in FindMethod()
48 V(FileDescriptor, descriptor, "I", false) \
108 const char* methodName, const char* descriptor) { in FindMethod() argument112 jmethodID methodId = env->GetMethodID(clazz, methodName, descriptor); in FindMethod()