Searched refs:CONSTANT_Methodref (Results 1 – 9 of 9) sorted by relevance
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()
121 public static final int CONSTANT_Methodref = 10; field in ClassConstants
355 case ClassConstants.CONSTANT_Methodref: return new MethodrefConstant(); in createConstant()
975 case ClassConstants.CONSTANT_Methodref: return new MethodrefConstant(); in createConstant()
277 case CONSTANT_Methodref: in readClass()