Searched refs:CONSTANT_Methodref (Results 1 – 6 of 6) sorted by relevance
64 return ClassConstants.CONSTANT_Methodref; in getTag()
137 public static final int CONSTANT_Methodref = 10; field
52 PRIORITIES[ClassConstants.CONSTANT_Methodref] = 7;
504 constant.getTag() == ClassConstants.CONSTANT_Methodref) in addMethodrefConstant()
335 case ClassConstants.CONSTANT_Methodref: return new MethodrefConstant(); in createConstant()
759 case ClassConstants.CONSTANT_Methodref: return new MethodrefConstant(); in createConstant()