Searched refs:canInvokeMethodV (Results 1 – 2 of 2) sorted by relevance
24 public static native boolean canInvokeMethodV(Class<?> klass, String name, boolean isStatic); in canInvokeMethodV() method in JNI
416 if (!JNI.canInvokeMethodV(klass, name, isStatic)) { in checkMethod()