Searched refs:getMapItemForSection (Results 1 – 7 of 7) sorted by relevance
79 MapItem mapItem = dexFile.getMapItemForSection(ItemType.TYPE_ID_ITEM);
70 public MapItem getMapItemForSection(int itemType) { in getMapItemForSection() method in RawDexFile
96 MapItem mapItem = dexFile.getMapItemForSection(ItemType.METHOD_ID_ITEM);
96 MapItem mapItem = dexFile.getMapItemForSection(ItemType.FIELD_ID_ITEM);
106 MapItem mapItem = dexFile.getMapItemForSection(ItemType.STRING_ID_ITEM);
99 MapItem mapItem = dexFile.getMapItemForSection(ItemType.PROTO_ID_ITEM);
128 MapItem mapItem = dexFile.getMapItemForSection(ItemType.CLASS_DEF_ITEM); in getClasses()