Searched defs:section (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DMapItem.java37 /** {@code non-null;} section this instance covers */
38 private final Section section; field in class:MapItem
61 * given map section.
64 * @param mapSection {@code non-null;} the section that the resulting map
80 for (Section section : sections) {
86 for (Item item : section.items()) {
90 items.add(new MapItem(currentType, section,
102 // Add a MapItem for the final items in the section.
103 items.add(new MapItem(currentType, section,
105 } else if (section
124 MapItem(ItemType type, Section section, Item firstItem, Item lastItem, int itemCount) argument
161 MapItem(Section section) argument
[all...]
/dalvik/dx/src/com/android/dx/dex/file/
H A DMapItem.java36 /** {@code non-null;} section this instance covers */
37 private final Section section; field in class:MapItem
60 * given map section.
63 * @param mapSection {@code non-null;} the section that the resulting map
79 for (Section section : sections) {
85 for (Item item : section.items()) {
89 items.add(new MapItem(currentType, section,
101 // Add a MapItem for the final items in the section.
102 items.add(new MapItem(currentType, section,
104 } else if (section
123 MapItem(ItemType type, Section section, Item firstItem, Item lastItem, int itemCount) argument
160 MapItem(Section section) argument
[all...]

Completed in 3 milliseconds