Searched refs:CONST_WIDE_16 (Results 1 - 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java66 public static final int CONST_WIDE_16 = 0x16; field in class:Opcodes
H A DOpcodeInfo.java150 public static final Info CONST_WIDE_16 = field in class:OpcodeInfo
151 new Info(Opcodes.CONST_WIDE_16, "const-wide/16",
971 set(CONST_WIDE_16);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopToDop.java74 MAP.put(Rops.CONST_LONG, Dops.CONST_WIDE_16);
76 MAP.put(Rops.CONST_DOUBLE, Dops.CONST_WIDE_16);
H A DDalvOps.java56 public static final int CONST_WIDE_16 = 0x16; field in class:DalvOps
H A DDops.java151 public static final Dop CONST_WIDE_16 = field in class:Dops
152 new Dop(DalvOps.CONST_WIDE_16, DalvOps.CONST_WIDE,
966 set(CONST_WIDE_16);
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopToDop.java72 // Opcodes.CONST_WIDE_16
245 MAP.put(Rops.CONST_LONG, Dops.CONST_WIDE_16);
247 MAP.put(Rops.CONST_DOUBLE, Dops.CONST_WIDE_16);
H A DDops.java154 public static final Dop CONST_WIDE_16 = field in class:Dops
155 new Dop(Opcodes.CONST_WIDE_16, Opcodes.CONST_WIDE,
969 set(CONST_WIDE_16);

Completed in 42 milliseconds