Searched refs:ProtoIdItem (Results 1 – 6 of 6) sorted by relevance
35 public List<ProtoIdItem> protoIds;65 protoIds = new ArrayList<ProtoIdItem>(header.protoIdsSize); in read()171 for (ProtoIdItem protoId : protoIds) { in write()356 for (ProtoIdItem protoId : protoIds) { in incrementIndex()
21 public class ProtoIdItem implements RawDexObject { class
84 ProtoIdItem newProtoId = new ProtoIdItem(); in read()
372 } else if (newFirstOffsettable.getItem() instanceof ProtoIdItem) { in updateOffsetsInHeaderAndMapFile()
24 import dexfuzz.rawdex.ProtoIdItem;66 for (ProtoIdItem protoId : rawDexFile.protoIds) { in findProtoIdInsertionPoint()721 ProtoIdItem newProtoId = new ProtoIdItem(); in createProtoId()738 ProtoIdItem prevProtoId = rawDexFile.protoIds.get(newProtoIdIdx - 1); in createProtoId()777 for (ProtoIdItem protoId : rawDexFile.protoIds) { in findProtoId()
49 import dexfuzz.rawdex.ProtoIdItem;304 ProtoIdItem protoIdItem = rawDexFile.protoIds.get(methodIdItem.protoIdx); in associateMethod()