Searched refs:CONSTANT_Long (Results 1 – 19 of 19) sorted by relevance
45 case org.apache.bcel.Const.CONSTANT_Long: in getType()58 case org.apache.bcel.Const.CONSTANT_Long: in getValue()
805 case Const.CONSTANT_Long: in addConstant()
75 return ClassConstants.CONSTANT_Long; in getTag()
42 super(Const.CONSTANT_Long); in ConstantLong()
75 if ((tag == Const.CONSTANT_Double) || (tag == Const.CONSTANT_Long)) { in ConstantPool()125 case Const.CONSTANT_Long: in constantToString()
127 case Const.CONSTANT_Long: in toString()
152 case Const.CONSTANT_Long: in readConstant()
165 Const.CONSTANT_Long); in stringifyValue()
111 if (tag == ClassConstants.CONSTANT_Long || in visitLibraryClass()348 case ClassConstants.CONSTANT_Long: return new LongConstant(); in createConstant()
110 if (tag == ClassConstants.CONSTANT_Long || in visitProgramClass()968 case ClassConstants.CONSTANT_Long: return new LongConstant(); in createConstant()
98 if (tag == ClassConstants.CONSTANT_Long || in visitProgramClass()
93 constant.getTag() == ClassConstants.CONSTANT_Long) in addLongConstant()774 if (tag == ClassConstants.CONSTANT_Long || in addConstant()
49 PRIORITIES[ClassConstants.CONSTANT_Long] = 4; // Always wide index (ldc2_w).
63 public static final int CONSTANT_Long = 5; field in ClassDefinitionUtils
116 public static final int CONSTANT_Long = 5; field in ClassConstants
167 (tag == Constants.CONSTANT_Long)) { in processConstantPool()
216 byte CONSTANT_Long = 5; field
306 public static final byte CONSTANT_Long = 5; field in Const
494 if (obj.getTag() != Const.CONSTANT_Long) { in visitConstantLong()