Searched refs:CONST_String (Results 1 – 6 of 6) sorted by relevance
279 case ConstPool.CONST_String: in ldc()
65 public static final int CONST_String = StringInfo.tag; field in ConstPool
324 private final Class<?> CONST_String; field in Pass2Verifier.CPESSC_Visitor352 CONST_String = ConstantString.class; in CPESSC_Visitor()946 if (CONST_String.isInstance(c) && field_type.equals(Type.STRING)) { in visitConstantValue()
250 if (tag == ConstPool.CONST_String) in doLDC()
447 case ConstPool.CONST_String : in getConstantValue()
771 case ConstPool.CONST_String: in evalLDC()