Searched refs:IGET_WIDE (Results 1 – 6 of 6) sorted by relevance
122 public static final int IGET_WIDE = 0x53; field in Opcodes
370 public static final Info IGET_WIDE = field in OpcodeInfo371 new Info(Opcodes.IGET_WIDE, "iget-wide",1050 set(IGET_WIDE);
117 public static final int IGET_WIDE = 0x53; field in DalvOps
234 MAP.put(Rops.GET_FIELD_LONG, Dops.IGET_WIDE); in MAP.put() argument236 MAP.put(Rops.GET_FIELD_DOUBLE, Dops.IGET_WIDE); in MAP.put() argument
411 MAP.put(Rops.GET_FIELD_LONG, Dops.IGET_WIDE); in MAP.put() argument413 MAP.put(Rops.GET_FIELD_DOUBLE, Dops.IGET_WIDE); in MAP.put() argument
376 public static final Dop IGET_WIDE = field in Dops377 new Dop(Opcodes.IGET_WIDE, Opcodes.IGET_WIDE,1050 set(IGET_WIDE);