Searched refs:getMethodIds (Results 1 – 1 of 1) sorted by relevance
159 long[] mids = getMethodIds(methods); in doTest()192 callNativeMethods(Transform1976.class, getMethodIds(Transform1976.class.getDeclaredMethods())); in doTest()200 public static native long[] getMethodIds(Method[] m); in getMethodIds() method in Test1976