Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/bytecode/
DConstantPool.java37 private final Map<Integer, Integer> classInfoPool = new HashMap<>(); field in ConstantPool
95 if (classInfoPool.containsKey(utf8)) { in classInfo()
96 return classInfoPool.get(utf8); in classInfo()
99 classInfoPool.put(utf8, index); in classInfo()