Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat22x.java24 public class Format22x extends Format2 implements ContainsVRegs { class
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java39 import dexfuzz.rawdex.formats.Format22x;
322 addOpcodeInfo(Opcode.MOVE_FROM16, "move/from16", 0x02, new Format22x()); in addOpcodeInfo() argument
325 addOpcodeInfo(Opcode.MOVE_WIDE_FROM16, "move-wide/from16", 0x05, new Format22x()); in addOpcodeInfo() argument
328 addOpcodeInfo(Opcode.MOVE_OBJECT_FROM16, "move-object/from16", 0x08, new Format22x()); in addOpcodeInfo() argument