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

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassReader.java480 int[] countVar = attrSizes.get(qname);
482 attrSizes.put(qname, countVar = new int[2]);
555 private HashMap<String, int[]> attrSizes = new HashMap<String, int[]>(); field in class:ClassReader
560 for (Map.Entry<String, int[]> ie : attrSizes.entrySet()) {

Completed in 74 milliseconds