Searched refs:CONST_STRING (Results 1 – 7 of 7) sorted by relevance
71 public static final int CONST_STRING = 0x1a; field in Opcodes
166 public static final Info CONST_STRING = field in OpcodeInfo167 new Info(Opcodes.CONST_STRING, "const-string",999 set(CONST_STRING);
60 public static final int CONST_STRING = 0x1a; field in DalvOps
407 return Dops.CONST_STRING; in dopFor()
172 public static final Dop CONST_STRING = field in Dops173 new Dop(Opcodes.CONST_STRING, Opcodes.CONST_STRING,177 new Dop(Opcodes.CONST_STRING_JUMBO, Opcodes.CONST_STRING,999 set(CONST_STRING);
568 guess.getOpcode() != Opcodes.CONST_STRING) { in findOpcodeForInsn()
586 return Dops.CONST_STRING; in dopFor()