Searched refs:addInterfaceMethodref (Results 1 – 2 of 2) sorted by relevance
650 …public int addInterfaceMethodref( final String class_name, final String method_name, final String … in addInterfaceMethodref() method in ConstantPoolGen670 public int addInterfaceMethodref( final MethodGen method ) { in addInterfaceMethodref() method in ConstantPoolGen671 … return addInterfaceMethodref(method.getClassName(), method.getName(), method.getSignature()); in addInterfaceMethodref()823 return addInterfaceMethodref(class_name, name, signature); in addConstant()
94 index = cp.addInterfaceMethodref(class_name, name, signature); in createInvoke()