Searched defs:SGET_WIDE (Results 1 – 8 of 8) sorted by relevance
243 MAP.put(Rops.GET_STATIC_LONG, Dops.SGET_WIDE); in MAP.put()245 MAP.put(Rops.GET_STATIC_DOUBLE, Dops.SGET_WIDE); in MAP.put()
427 public static final Dop SGET_WIDE = field in Dops
131 public static final int SGET_WIDE = 0x61; field in DalvOps
415 MAP.put(Rops.GET_STATIC_LONG, Dops.SGET_WIDE); in MAP.put()417 MAP.put(Rops.GET_STATIC_DOUBLE, Dops.SGET_WIDE); in MAP.put()
430 public static final Dop SGET_WIDE = field in Dops
135 public static final int SGET_WIDE = 0x61; field in Opcodes
426 public static final Info SGET_WIDE = field in OpcodeInfo
193 SGET, SGET_WIDE, SPUT, SPUT_WIDE enumerator