Searched refs:interfaceMethods (Results 1 – 2 of 2) sorted by relevance
912 List<Method> interfaceMethods = Lists.newArrayList();914 interfaceMethods.add(new ReparentedMethod(interfaceMethod, type));916 addToVtable(interfaceMethods, vtable, false, true);
582 Set<MethodSignature> interfaceMethods = Sets.newHashSet(); in implementInterfaceMethods() local593 if (!interfaceMethods.contains(signature)) { in implementInterfaceMethods()594 interfaceMethods.add(signature); in implementInterfaceMethods()