Searched refs:lookupInterfaceMethodref (Results 1 – 1 of 1) sorted by relevance
628 …public int lookupInterfaceMethodref( final String class_name, final String method_name, final Stri… in lookupInterfaceMethodref() method in ConstantPoolGen635 public int lookupInterfaceMethodref( final MethodGen method ) { in lookupInterfaceMethodref() method in ConstantPoolGen636 return lookupInterfaceMethodref(method.getClassName(), method.getName(), method in lookupInterfaceMethodref()654 if ((ret = lookupInterfaceMethodref(class_name, method_name, signature)) != -1) { in addInterfaceMethodref()