Home
last modified time | relevance | path

Searched refs:getSection (Results 1 – 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java238 TableOfContents.Section aSection = getSection(dexA.getTableOfContents()); in mergeSorted()
239 TableOfContents.Section bSection = getSection(dexB.getTableOfContents()); in mergeSorted()
240 getSection(contentsOut).off = out.getPosition(); in mergeSorted()
294 getSection(contentsOut).size = outCount; in mergeSorted()
302 getSection(contentsOut).off = out.getPosition(); in mergeUnsorted()
323 getSection(contentsOut).size = outCount; in mergeUnsorted()
327 TableOfContents.Section section = getSection(source.getTableOfContents()); in readUnsortedValues()
342 abstract TableOfContents.Section getSection(TableOfContents tableOfContents); in getSection() method in DexMerger.IdMerger
380 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeStringIds() method
402 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeTypeIds() method
[all …]