Searched refs:SGET (Results 1 – 6 of 6) sorted by relevance
135 public static final int SGET = 0x60; field in Opcodes
422 public static final Info SGET = field in OpcodeInfo423 new Info(Opcodes.SGET, "sget",1063 set(SGET);
130 public static final int SGET = 0x60; field in DalvOps
244 MAP.put(Rops.GET_STATIC_FLOAT, Dops.SGET); in MAP.put() argument385 case Type.BT_INT: return Dops.SGET; in dopFor()
421 MAP.put(Rops.GET_STATIC_FLOAT, Dops.SGET); in MAP.put() argument564 case Type.BT_INT: return Dops.SGET; in dopFor()
428 public static final Dop SGET = field in Dops429 new Dop(Opcodes.SGET, Opcodes.SGET,1063 set(SGET);