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