Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java396 addOpcodeInfo(Opcode.AGET_SHORT, "aget-short", 0x4a, new Format23x()); in addOpcodeInfo()
403 addOpcodeInfo(Opcode.APUT_SHORT, "aput-short", 0x51, new Format23x()); in addOpcodeInfo()
410 addOpcodeInfo(Opcode.IGET_SHORT, "iget-short", 0x58, new Format22c()); in addOpcodeInfo()
417 addOpcodeInfo(Opcode.IPUT_SHORT, "iput-short", 0x5f, new Format22c()); in addOpcodeInfo()
424 addOpcodeInfo(Opcode.SGET_SHORT, "sget-short", 0x66, new Format21c()); in addOpcodeInfo()
431 addOpcodeInfo(Opcode.SPUT_SHORT, "sput-short", 0x6d, new Format21c()); in addOpcodeInfo()
466 addOpcodeInfo(Opcode.INT_TO_SHORT, "int-to-short", 0x8f, new Format12x()); in addOpcodeInfo()