Searched refs:ifaces (Results 1 – 3 of 3) sorted by relevance
998 final Class<?>[] ifaces = getInterfacesInternal(); in getInterfaces() local999 if (ifaces == null) { in getInterfaces()1003 return ifaces; in getInterfaces()
1307 Class<?>[] ifaces = cl.getInterfaces(); in writeProxyDesc() local1308 bout.writeInt(ifaces.length); in writeProxyDesc()1309 for (int i = 0; i < ifaces.length; i++) { in writeProxyDesc()1310 bout.writeUTF(ifaces[i].getName()); in writeProxyDesc()
1631 String[] ifaces = new String[numIfaces]; in readProxyDesc() local1633 ifaces[i] = bin.readUTF(); in readProxyDesc()1640 if ((cl = resolveProxyClass(ifaces)) == null) { in readProxyDesc()