Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java258 sections[i] = getSection(dexes[i].getTableOfContents()); in mergeSorted()
265 getSection(contentsOut).off = 0; in mergeSorted()
266 getSection(contentsOut).size = 0; in mergeSorted()
269 getSection(contentsOut).off = out.getPosition(); in mergeSorted()
284 getSection(contentsOut).size = outCount; in mergeSorted()
307 getSection(contentsOut).off = out.getPosition(); in mergeUnsorted()
314 getSection(contentsOut).off = 0; in mergeUnsorted()
315 getSection(contentsOut).size = 0; in mergeUnsorted()
334 getSection(contentsOut).size = outCount; in mergeUnsorted()
338 TableOfContents.Section section = getSection(source.getTableOfContents()); in readUnsortedValues()
[all …]
/dalvik/dx/src/com/android/dex/
DTableOfContents.java129 Section section = getSection(type); in readMap()
165 private Section getSection(short type) { in getSection() method in TableOfContents