Searched refs:CONSTANT_Long (Results 1 – 7 of 7) sorted by relevance
75 return ClassConstants.CONSTANT_Long; in getTag()
111 if (tag == ClassConstants.CONSTANT_Long || in visitLibraryClass()331 case ClassConstants.CONSTANT_Long: return new LongConstant(); in createConstant()
102 if (tag == ClassConstants.CONSTANT_Long || in visitProgramClass()755 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()657 if (tag == ClassConstants.CONSTANT_Long || in addConstant()
49 PRIORITIES[ClassConstants.CONSTANT_Long] = 4; // Always wide index (ldc2_w).
132 public static final int CONSTANT_Long = 5; field