Searched refs:CONST_WIDE (Results 1 - 5 of 5) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java152 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 class:Dops
160 new Dop(DalvOps.CONST_WIDE, DalvOps.CONST_WIDE,
164 new Dop(DalvOps.CONST_WIDE_HIGH16, DalvOps.CONST_WIDE,
968 set(CONST_WIDE);
H A DDalvOps.java58 public static final int CONST_WIDE = 0x18; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java155 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 class:Dops
163 new Dop(Opcodes.CONST_WIDE, Opcodes.CONST_WIDE,
167 new Dop(Opcodes.CONST_WIDE_HIGH16, Opcodes.CONST_WIDE,
971 set(CONST_WIDE);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java68 public static final int CONST_WIDE = 0x18; field in class:Opcodes
H A DOpcodeInfo.java158 public static final Info CONST_WIDE = field in class:OpcodeInfo
159 new Info(Opcodes.CONST_WIDE, "const-wide",
973 set(CONST_WIDE);

Completed in 31 milliseconds