Searched defs:CONST_WIDE_16 (Results 1 - 5 of 5) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
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);
H A DDalvOps.java56 public static final int CONST_WIDE_16 = 0x16; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
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);
/dalvik/dx/src/com/android/dx/io/
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);
H A DOpcodes.java66 public static final int CONST_WIDE_16 = 0x16; field in class:Opcodes

Completed in 13 milliseconds