Searched refs:forAllExtendsSubtypes (Results 1 – 5 of 5) sorted by relevance
55 type.forAllExtendsSubtypes(subtype -> reserveNamesInSubtypes(subtype, newState)); in reserveNamesInSubtypes()77 type.forAllExtendsSubtypes(this::renameFieldsInSubtypes); in renameFieldsInSubtypes()
144 type.forAllExtendsSubtypes( in assignNamesToClassesMethods()239 iface.forAllExtendsSubtypes(subtype -> { in collectSubInterfaces()313 type.forAllExtendsSubtypes(subtype -> { in reserveNamesInClasses()
40 type.forAllExtendsSubtypes(this::processClass); in processClass()
669 type.forAllExtendsSubtypes(worklist::addLast); in fillWorkList()671 type.forAllExtendsSubtypes(worklist::addLast); in fillWorkList()
157 public void forAllExtendsSubtypes(Consumer<DexType> f) { in forAllExtendsSubtypes() method in DexType