Searched refs:doublePool (Results 1 – 1 of 1) sorted by relevance
40 private final Map<Double, Integer> doublePool = new HashMap<>(); field in ConstantPool133 if (doublePool.containsKey(value)) { in doubleInfo()134 return doublePool.get(value); in doubleInfo()137 doublePool.put(value, index); in doubleInfo()