Searched refs:testGetMethodID (Results 1 – 1 of 1) sorted by relevance
260 if (testGetMethodID(SimpleInterface.class) == 0) { in testProxyGetMethodID()263 if (testGetMethodID(proxy.getClass()) == 0) { in testProxyGetMethodID()268 private static native long testGetMethodID(Class<?> c); in testGetMethodID() method in Main