Searched refs:TableOfContents (Results 1 – 5 of 5) sorted by relevance
32 import com.android.dex.TableOfContents;83 private final TableOfContents contentsOut;247 TableOfContents.Section[] sections = new TableOfContents.Section[dexes.length]; in mergeSorted()287 private int readIntoMap(Dex.Section in, TableOfContents.Section section, IndexMap indexMap, in readIntoMap()338 TableOfContents.Section section = getSection(source.getTableOfContents()); in readUnsortedValues()353 abstract TableOfContents.Section getSection(TableOfContents tableOfContents); in getSection()393 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeStringIds()415 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeTypeIds()439 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeTypeLists()459 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeProtoIds()[all …]
50 import com.android.dex.TableOfContents;77 public IndexMap(Dex target, TableOfContents tableOfContents) { in IndexMap()
24 import com.android.dex.TableOfContents;33 private final TableOfContents tableOfContents;41 for (TableOfContents.Section section : tableOfContents.sections) { in printMap()
26 public final class TableOfContents { class67 public TableOfContents() { in TableOfContents() method in TableOfContents
61 private final TableOfContents tableOfContents = new TableOfContents();167 public TableOfContents getTableOfContents() { in getTableOfContents()