Searched refs:constantStore (Results 1 – 1 of 1) sorted by relevance
28 private Map<FieldKey, SigEnumConstant> constantStore; field in FieldPool32 constantStore = new HashMap<FieldKey, SigEnumConstant>(); in FieldPool()78 SigEnumConstant sigField = constantStore.get(key); in getEnumConstant()81 constantStore.put(key, sigField); in getEnumConstant()