Searched refs:RETURN_WIDE (Results 1 – 6 of 6) sorted by relevance
61 public static final int RETURN_WIDE = 0x10; field in Opcodes
126 public static final Info RETURN_WIDE = field in OpcodeInfo127 new Info(Opcodes.RETURN_WIDE, "return-wide",989 set(RETURN_WIDE);
50 public static final int RETURN_WIDE = 0x10; field in DalvOps
204 MAP.put(Rops.RETURN_LONG, Dops.RETURN_WIDE); in MAP.put() argument206 MAP.put(Rops.RETURN_DOUBLE, Dops.RETURN_WIDE); in MAP.put() argument
381 MAP.put(Rops.RETURN_LONG, Dops.RETURN_WIDE); in MAP.put() argument383 MAP.put(Rops.RETURN_DOUBLE, Dops.RETURN_WIDE); in MAP.put() argument
132 public static final Dop RETURN_WIDE = field in Dops133 new Dop(Opcodes.RETURN_WIDE, Opcodes.RETURN_WIDE,989 set(RETURN_WIDE);