Home
last modified time | relevance | path

Searched defs:section (Results 1 – 3 of 3) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DMapItem.java38 private final Section section; field in MapItem
124 private MapItem(ItemType type, Section section, Item firstItem, in MapItem()
161 private MapItem(Section section) { in MapItem()
/dalvik/dx/src/com/android/dx/dex/file/
DMapItem.java37 private final Section section; field in MapItem
123 private MapItem(ItemType type, Section section, Item firstItem, in MapItem()
160 private MapItem(Section section) { in MapItem()
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java327 TableOfContents.Section section = getSection(source.getTableOfContents()); in readUnsortedValues() local
620 TableOfContents.Section section = in.getTableOfContents().annotationSets; in transformAnnotationSets() local
630 TableOfContents.Section section = in.getTableOfContents().annotationSetRefLists; in transformAnnotationSetRefLists() local
640 TableOfContents.Section section = in.getTableOfContents().annotationsDirectories; in transformAnnotationDirectories() local
650 TableOfContents.Section section = in.getTableOfContents().encodedArrays; in transformStaticValues() local