Searched refs:opcodesByValue (Results 1 – 1 of 1) sorted by relevance
49 @Nonnull private final Opcode[] opcodesByValue = new Opcode[255]; field in Opcodes109 opcodesByValue[opcodeValue] = opcode; in Opcodes()132 if (opcodeValue >= 0 && opcodeValue < opcodesByValue.length) { in getOpcodeByValue()133 return opcodesByValue[opcodeValue]; in getOpcodeByValue()