Searched refs:getDeclaredMethodInternal (Results 1 – 2 of 2) sorted by relevance
2945 : getDeclaredMethodInternal(name, parameterTypes); in getMethod()2957 Method result = c.getDeclaredMethodInternal(name, parameterTypes); in getPublicMethodRecursive()2979 Method result = c.getDeclaredMethodInternal(name, parameterTypes); in getInstanceMethod()4573 private native Method getDeclaredMethodInternal(String name, Class<?>[] args); in getDeclaredMethodInternal() method in Class
401 private native java.lang.reflect.Method getDeclaredMethodInternal( in getDeclaredMethodInternal() method in Class