Searched refs:isMethodNative (Results 1 – 1 of 1) sorted by relevance
107 System.out.println("Is native: " + isMethodNative(m)); in testMethod()138 private static native boolean isMethodNative(Method m); in isMethodNative() method in Test910