Home
last modified time | relevance | path

Searched refs:hashWrap (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/invoke/util/
DWrapper.java270 Wrapper w = FROM_WRAP[hashWrap(type)]; in findWrapperType()
315 private static int hashWrap(Class<?> x) { in hashWrap() method in Wrapper
327 int wi = hashWrap(w.wrapperType);