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

/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DWrapper.java290 Wrapper w = FROM_CHAR[hashChar(type)];
329 private static int hashChar(char x) { method in class:Wrapper
336 int ci = hashChar(w.basicTypeChar);

Completed in 29 milliseconds