Home
last modified time | relevance | path

Searched refs:CONST_WIDE (Results 1 – 4 of 4) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java69 public static final int CONST_WIDE = 0x18; field in Opcodes
DOpcodeInfo.java158 public static final Info CONST_WIDE = field in OpcodeInfo
159 new Info(Opcodes.CONST_WIDE, "const-wide",
997 set(CONST_WIDE);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java58 public static final int CONST_WIDE = 0x18; field in DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java157 new Dop(Opcodes.CONST_WIDE_16, Opcodes.CONST_WIDE,
161 new Dop(Opcodes.CONST_WIDE_32, Opcodes.CONST_WIDE,
162 Opcodes.CONST_WIDE, Form31i.THE_ONE, true);
164 public static final Dop CONST_WIDE = field in Dops
165 new Dop(Opcodes.CONST_WIDE, Opcodes.CONST_WIDE,
169 new Dop(Opcodes.CONST_WIDE_HIGH16, Opcodes.CONST_WIDE,
997 set(CONST_WIDE);