Home
last modified time | relevance | path

Searched refs:aSection (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() local
242 Dex.Section inA = aSection.exists() ? dexA.open(aSection.off) : null; in mergeSorted()
253 if (a == null && aIndex < aSection.size) { in mergeSorted()