Home
last modified time | relevance | path

Searched refs:opcodesByValue (Results 1 – 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcodes.java53 @Nonnull private final Opcode[] opcodesByValue = new Opcode[255]; field in Opcodes
112 opcodesByValue[opcodeValue] = opcode; in Opcodes()
135 if (opcodeValue >= 0 && opcodeValue < opcodesByValue.length) { in getOpcodeByValue()
136 return opcodesByValue[opcodeValue]; in getOpcodeByValue()