Searched refs:refMethod (Results 1 – 1 of 1) sorted by relevance
95 jobject refMethod = NULL; in methodIsPublic() local101 refMethod = env->ToReflectedMethod(clazz, methodId, JNI_FALSE); in methodIsPublic()102 if (refMethod == NULL) { in methodIsPublic()123 modifiers = env->CallIntMethod(refMethod, getModifiersId); in methodIsPublic()132 env->DeleteLocalRef(refMethod); in methodIsPublic()