Searched refs:MOVE_WIDE (Results 1 - 9 of 9) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopToDop.java57 MAP.put(Rops.MOVE_LONG, Dops.MOVE_WIDE);
59 MAP.put(Rops.MOVE_DOUBLE, Dops.MOVE_WIDE);
62 MAP.put(Rops.MOVE_PARAM_LONG, Dops.MOVE_WIDE);
64 MAP.put(Rops.MOVE_PARAM_DOUBLE, Dops.MOVE_WIDE);
H A DDops.java79 public static final Dop MOVE_WIDE = field in class:Dops
80 new Dop(DalvOps.MOVE_WIDE, DalvOps.MOVE_WIDE,
84 new Dop(DalvOps.MOVE_WIDE_FROM16, DalvOps.MOVE_WIDE,
88 new Dop(DalvOps.MOVE_WIDE_16, DalvOps.MOVE_WIDE,
948 set(MOVE_WIDE);
H A DDalvInsn.java63 (category1 ? Dops.MOVE : Dops.MOVE_WIDE);
H A DDalvOps.java38 public static final int MOVE_WIDE = 0x04; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopToDop.java62 // Opcodes.MOVE_WIDE
229 MAP.put(Rops.MOVE_LONG, Dops.MOVE_WIDE);
231 MAP.put(Rops.MOVE_DOUBLE, Dops.MOVE_WIDE);
234 MAP.put(Rops.MOVE_PARAM_LONG, Dops.MOVE_WIDE);
236 MAP.put(Rops.MOVE_PARAM_DOUBLE, Dops.MOVE_WIDE);
H A DDalvInsn.java65 (category1 ? Dops.MOVE : Dops.MOVE_WIDE);
H A DDops.java82 public static final Dop MOVE_WIDE = field in class:Dops
83 new Dop(Opcodes.MOVE_WIDE, Opcodes.MOVE_WIDE,
87 new Dop(Opcodes.MOVE_WIDE_FROM16, Opcodes.MOVE_WIDE,
91 new Dop(Opcodes.MOVE_WIDE_16, Opcodes.MOVE_WIDE,
951 set(MOVE_WIDE);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java48 public static final int MOVE_WIDE = 0x04; field in class:Opcodes
H A DOpcodeInfo.java78 public static final Info MOVE_WIDE = field in class:OpcodeInfo
79 new Info(Opcodes.MOVE_WIDE, "move-wide",
953 set(MOVE_WIDE);

Completed in 17 milliseconds