Searched refs:opcode_map_by_int (Results 1 – 1 of 1) sorted by relevance
297 private static Map<Integer,OpcodeInfo> opcode_map_by_int = new HashMap<Integer,OpcodeInfo>(); field in Instruction305 return opcode_map_by_int.get(opcodeValue); in getOpcodeInfo()315 opcode_map_by_int.put(opcodeValue, info); in addOpcodeInfo()580 if (opcode_map_by_int.size() != 256) {