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()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).
116 public static final int CONSTANT_Long = 5; field in ClassConstants