Searched refs:CONSTANT_Methodref (Results 1 – 19 of 19) sorted by relevance
36 super(Const.CONSTANT_Methodref, c.getClassIndex(), c.getNameAndTypeIndex()); in ConstantMethodref()47 super(Const.CONSTANT_Methodref, input); in ConstantMethodref()56 super(Const.CONSTANT_Methodref, class_index, name_and_type_index); in ConstantMethodref()
142 case Const.CONSTANT_Methodref: in readConstant()
138 case Const.CONSTANT_Methodref: in constantToString()
357 constant_pool.constantToString(index, Const.CONSTANT_Methodref)) in codeToString()
98 case Const.CONSTANT_Methodref: in writeConstant()100 if (tag == Const.CONSTANT_Methodref) { in writeConstant()102 Const.CONSTANT_Methodref); in writeConstant()
286 Const.CONSTANT_Methodref); in codeToHTML()
64 return ClassConstants.CONSTANT_Methodref; in getTag()
68 public static final int CONSTANT_Methodref = 10; field in ClassDefinitionUtils
186 in.writeByte(CONSTANT_Methodref); in writeExtendingClass()
52 …PRIORITIES[ClassConstants.CONSTANT_Methodref] = 7; // Always wide index (invokespecial,..…
591 constant.getTag() == ClassConstants.CONSTANT_Methodref) in addMethodrefConstant()
355 case ClassConstants.CONSTANT_Methodref: return new MethodrefConstant(); in createConstant()
975 case ClassConstants.CONSTANT_Methodref: return new MethodrefConstant(); in createConstant()
121 public static final int CONSTANT_Methodref = 10; field in ClassConstants
810 case Const.CONSTANT_Methodref: in addConstant()824 case Const.CONSTANT_Methodref: in addConstant()
277 case CONSTANT_Methodref: in readClass()
231 byte CONSTANT_Methodref = 10; field
339 public static final byte CONSTANT_Methodref = 10; field in Const
457 if (obj.getTag() != Const.CONSTANT_Methodref) { in visitConstantMethodref()1345 if (obj.getTag() != Const.CONSTANT_Methodref) { in visitConstantMethodref()