Home
last modified time | relevance | path

Searched refs:CONST_WIDE_HIGH16 (Results 1 – 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java69 public static final int CONST_WIDE_HIGH16 = 0x19; field in Opcodes
DOpcodeInfo.java162 public static final Info CONST_WIDE_HIGH16 = field in OpcodeInfo
163 new Info(Opcodes.CONST_WIDE_HIGH16, "const-wide/high16",
974 set(CONST_WIDE_HIGH16);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java59 public static final int CONST_WIDE_HIGH16 = 0x19; field in DalvOps
DDops.java163 public static final Dop CONST_WIDE_HIGH16 = field in Dops
164 new Dop(DalvOps.CONST_WIDE_HIGH16, DalvOps.CONST_WIDE,
969 set(CONST_WIDE_HIGH16);
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java156 Opcodes.CONST_WIDE_HIGH16, Form21s.THE_ONE, true);
166 public static final Dop CONST_WIDE_HIGH16 = field in Dops
167 new Dop(Opcodes.CONST_WIDE_HIGH16, Opcodes.CONST_WIDE,
972 set(CONST_WIDE_HIGH16);