Searched refs:getDeclaredMethodInternal (Results 1 – 2 of 2) sorted by relevance
2935 : getDeclaredMethodInternal(name, parameterTypes); in getMethod()2947 Method result = c.getDeclaredMethodInternal(name, parameterTypes); in getPublicMethodRecursive()2969 Method result = c.getDeclaredMethodInternal(name, parameterTypes); in getInstanceMethod()4563 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