Searched refs:SPUT (Results 1 – 6 of 6) sorted by relevance
142 public static final int SPUT = 0x67; field in Opcodes
450 public static final Info SPUT = field in OpcodeInfo451 new Info(Opcodes.SPUT, "sput",1070 set(SPUT);
137 public static final int SPUT = 0x67; field in DalvOps
262 MAP.put(Rops.PUT_STATIC_FLOAT, Dops.SPUT); in MAP.put() argument398 case Type.BT_INT: return Dops.SPUT; in dopFor()
439 MAP.put(Rops.PUT_STATIC_FLOAT, Dops.SPUT); in MAP.put() argument577 case Type.BT_INT: return Dops.SPUT; in dopFor()
456 public static final Dop SPUT = field in Dops457 new Dop(Opcodes.SPUT, Opcodes.SPUT,1070 set(SPUT);