Searched refs:implementedInterfaces (Results 1 – 3 of 3) sorted by relevance
46 private @Nullable TypeListItem implementedInterfaces; field in ClassDefItem77 … @Nullable TypeListItem implementedInterfaces, @Nullable StringIdItem sourceFile, in ClassDefItem() argument85 this.implementedInterfaces = implementedInterfaces; in ClassDefItem()111 … @Nullable TypeIdItem superType, @Nullable TypeListItem implementedInterfaces, in internClassDefItem() argument122 … classDefItem = new ClassDefItem(dexFile, classType, accessFlags, superType, implementedInterfaces, in internClassDefItem()132 …implementedInterfaces = (TypeListItem)readContext.getOptionalOffsettedItemByOffset(ItemType.TYPE_T… in readItem()154 (implementedInterfaces==null?"":implementedInterfaces.getTypeListString(" "))); in writeItem()166 out.writeInt(implementedInterfaces==null?0:implementedInterfaces.getOffset()); in writeItem()206 return implementedInterfaces; in getInterfaces()293 TypeListItem interfaces = classDefItem.implementedInterfaces; in placeClass()
590 private final TreeSet<ClassDef> implementedInterfaces; field in ClassPath.ClassDef638 implementedInterfaces = new TreeSet<ClassDef>(); in ClassDef()639 implementedInterfaces.add(ClassPath.getClassDef("Ljava/lang/Cloneable;")); in ClassDef()640 implementedInterfaces.add(ClassPath.getClassDef("Ljava/io/Serializable;")); in ClassDef()658 implementedInterfaces = null; in ClassDef()672 implementedInterfaces = new TreeSet<ClassDef>(); in ClassDef()699 implementedInterfaces = loadAllImplementedInterfaces(classInfo); in ClassDef()778 return implementedInterfaces.contains(interfaceDef); in implementsInterface()871 for (ClassDef interfaceDef: superclass.implementedInterfaces) { in loadAllImplementedInterfaces()
185 Class[] implementedInterfaces = s.getInterfaces(); in test_resolveProxyClass() local186 for (index = 0; index < implementedInterfaces.length; index++) { in test_resolveProxyClass()188 implementedInterfaces[index]); in test_resolveProxyClass()