Searched refs:TypeIdItem (Results 1 – 6 of 6) sorted by relevance
21 public class TypeIdItem implements RawDexObject { class
34 public List<TypeIdItem> typeIds;64 typeIds = new ArrayList<TypeIdItem>(header.typeIdsSize); in read()162 for (TypeIdItem typeId : typeIds) { in write()353 for (TypeIdItem typeId : typeIds) { in incrementIndex()
77 TypeIdItem newTypeId = new TypeIdItem(); in read()
369 } else if (newFirstOffsettable.getItem() instanceof TypeIdItem) { in updateOffsetsInHeaderAndMapFile()
29 import dexfuzz.rawdex.TypeIdItem;122 for (TypeIdItem typeId : rawDexFile.typeIds) { in findTypeIdInsertionPoint()265 TypeIdItem newTypeId = new TypeIdItem(); in createTypeId()277 TypeIdItem prevTypeId = rawDexFile.typeIds.get(newTypeIdIdx - 1); in createTypeId()300 for (TypeIdItem typeId : rawDexFile.typeIds) { in findTypeId()
57 import dexfuzz.rawdex.TypeIdItem;277 TypeIdItem typeIdItem = rawDexFile.typeIds.get(typeIdx); in associateCodeItemsWithMethodNames()622 TypeIdItem typeIdItem = rawDexFile.typeIds.get(typeIdx); in getTypeString()