Home
last modified time | relevance | path

Searched defs:opcodeValue (Results 1 – 3 of 3) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcodes.java63 public Opcode getOpcodeByValue(int opcodeValue) { in getOpcodeByValue()
DOpcode.java331 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/
DDexBackedInstruction.java61 int opcodeValue = reader.peekUbyte(); in readFrom() local