Searched refs:CONST_Long (Results 1 – 6 of 6) sorted by relevance
285 case ConstPool.CONST_Long: in ldc()
80 public static final int CONST_Long = LongInfo.tag; field in ConstPool
327 private final Class<?> CONST_Long; field in Pass2Verifier.CPESSC_Visitor355 CONST_Long = ConstantLong.class; in CPESSC_Visitor()933 if (CONST_Long.isInstance(c) && field_type.equals(Type.LONG)) { in visitConstantValue()
435 case ConstPool.CONST_Long : in getConstantValue()
256 else if (tag == ConstPool.CONST_Long) { in doLDC()
780 case ConstPool.CONST_Long: in evalLDC()