Searched refs:utf8_table (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java131 utf8_table.put(u.getBytes(), new Index(i));
363 private HashMap utf8_table = new HashMap(); field in class:ConstantPoolGen
372 Index index = (Index)utf8_table.get(n);
394 utf8_table.put(n, new Index(ret));

Completed in 329 milliseconds