Searched defs:bcCodes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DInstructionSyntax.java40 static final HashMap<String, Integer> bcCodes; field in class:InstructionSyntax
135 bcCodes = map;
159 Integer op = (Integer) bcCodes.get(opName);

Completed in 47 milliseconds