Searched defs:opcodeValue (Results 1 – 3 of 3) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcodes.java | 63 public Opcode getOpcodeByValue(int opcodeValue) { in getOpcodeByValue()
|
D | Opcode.java | 331 Opcode(short opcodeValue, String opcodeName, int referenceType, Format format) { in Opcode() 335 Opcode(short opcodeValue, String opcodeName, int referenceType, Format format, int flags) { in Opcode() 339 …Opcode(short opcodeValue, String opcodeName, int referenceType, Format format, int flags, short ju… in Opcode() 343 …Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Format format)… in Opcode() 347 …Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Format format,… in Opcode() 351 …Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Format format,… in Opcode()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/ |
D | DexBackedInstruction.java | 61 int opcodeValue = reader.peekUbyte(); in readFrom() local
|