Home
last modified time | relevance | path

Searched refs:RETURN_WIDE (Results 1 – 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java60 public static final int RETURN_WIDE = 0x10; field in Opcodes
DOpcodeInfo.java126 public static final Info RETURN_WIDE = field in OpcodeInfo
127 new Info(Opcodes.RETURN_WIDE, "return-wide",
965 set(RETURN_WIDE);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java50 public static final int RETURN_WIDE = 0x10; field in DalvOps
DRopToDop.java204 MAP.put(Rops.RETURN_LONG, Dops.RETURN_WIDE); in MAP.put() argument
206 MAP.put(Rops.RETURN_DOUBLE, Dops.RETURN_WIDE); in MAP.put() argument
DDops.java127 public static final Dop RETURN_WIDE = field in Dops
128 new Dop(DalvOps.RETURN_WIDE, DalvOps.RETURN_WIDE,
960 set(RETURN_WIDE);
/dalvik/dx/src/com/android/dx/dex/code/
DRopToDop.java375 MAP.put(Rops.RETURN_LONG, Dops.RETURN_WIDE); in MAP.put() argument
377 MAP.put(Rops.RETURN_DOUBLE, Dops.RETURN_WIDE); in MAP.put() argument
DDops.java130 public static final Dop RETURN_WIDE = field in Dops
131 new Dop(Opcodes.RETURN_WIDE, Opcodes.RETURN_WIDE,
963 set(RETURN_WIDE);