Searched refs:CONST_WIDE (Results 1 – 5 of 5) sorted by relevance
/dalvik/dx/src/com/android/dx/io/ |
D | Opcodes.java | 68 public static final int CONST_WIDE = 0x18; field in Opcodes
|
D | OpcodeInfo.java | 158 public static final Info CONST_WIDE = field in OpcodeInfo 159 new Info(Opcodes.CONST_WIDE, "const-wide", 973 set(CONST_WIDE);
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | DalvOps.java | 58 public static final int CONST_WIDE = 0x18; field in DalvOps
|
D | Dops.java | 152 new Dop(DalvOps.CONST_WIDE_16, DalvOps.CONST_WIDE, 156 new Dop(DalvOps.CONST_WIDE_32, DalvOps.CONST_WIDE, 159 public static final Dop CONST_WIDE = field in Dops 160 new Dop(DalvOps.CONST_WIDE, DalvOps.CONST_WIDE, 164 new Dop(DalvOps.CONST_WIDE_HIGH16, DalvOps.CONST_WIDE, 968 set(CONST_WIDE);
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | Dops.java | 155 new Dop(Opcodes.CONST_WIDE_16, Opcodes.CONST_WIDE, 159 new Dop(Opcodes.CONST_WIDE_32, Opcodes.CONST_WIDE, 160 Opcodes.CONST_WIDE, Form31i.THE_ONE, true); 162 public static final Dop CONST_WIDE = field in Dops 163 new Dop(Opcodes.CONST_WIDE, Opcodes.CONST_WIDE, 167 new Dop(Opcodes.CONST_WIDE_HIGH16, Opcodes.CONST_WIDE, 971 set(CONST_WIDE);
|