Searched refs:CONSTANT_InterfaceMethodref (Results 1 – 6 of 6) sorted by relevance
64 return ClassConstants.CONSTANT_InterfaceMethodref; in getTag()
53 …PRIORITIES[ClassConstants.CONSTANT_InterfaceMethodref] = 8; // Always wide index (invokeinterface).
484 constant.getTag() == ClassConstants.CONSTANT_InterfaceMethodref) in addInterfaceMethodrefConstant()
356 … case ClassConstants.CONSTANT_InterfaceMethodref: return new InterfaceMethodrefConstant(); in createConstant()
976 … case ClassConstants.CONSTANT_InterfaceMethodref: return new InterfaceMethodrefConstant(); in createConstant()
122 public static final int CONSTANT_InterfaceMethodref = 11; field in ClassConstants