Searched refs:OPCODE_NAMES (Results 1 – 1 of 1) sorted by relevance
351 private static final String[] OPCODE_NAMES = new String[256]; field in ByteOps612 OPCODE_NAMES[idx] = s.substring(i, endAt);631 String result = OPCODE_NAMES[opcode]; in opName()635 OPCODE_NAMES[opcode] = result; in opName()