Searched refs:theInterns (Results 1 – 1 of 1) sorted by relevance
37 private static final HashMap<Object, RegisterSpec> theInterns = field in RegisterSpec66 synchronized (theInterns) { in intern()68 RegisterSpec found = theInterns.get(theInterningItem); in intern()75 theInterns.put(found, found); in intern()