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

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

Completed in 54 milliseconds