Searched refs:getMethodHash (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRemoteObjectInvocationHandler.java195 getMethodHash(method));
248 * to "getMethodHash" passing the same method argument should be faster
256 private static long getMethodHash(Method method) { method in class:RemoteObjectInvocationHandler
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DRemoteClass.java694 public long getMethodHash() { method in class:RemoteClass.Method
H A DRMIGenerator.java554 p.pln(", " + method.getMethodHash() + "L);");
777 remoteMethods[opnum].getMethodHash() + "L) {");

Completed in 35 milliseconds