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

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DInstructionSyntax.java147 public static String opFormat(int op) { method in class:InstructionSyntax
148 return opFormat(op, false);
151 public static String opFormat(int op, boolean isWide) { method in class:InstructionSyntax
175 assert (opFormat(op).indexOf('o') >= 0);
193 assert (opFormat(rop).indexOf('o') >= 0);
326 assert ((format = opFormat(op, isWide)) != null);

Completed in 32 milliseconds