Searched refs:MapItem (Results 1 - 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DMapItem.java27 public final class MapItem extends OffsettedItem { class in inherits:OffsettedItem
78 ArrayList<MapItem> items = new ArrayList<MapItem>(50);
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,
106 // Add a MapItem for the self-referential section.
107 items.add(new MapItem(mapSection));
112 new UniformListItem<MapItem>(ItemType.TYPE_MAP_LIST, items));
124 private MapItem(ItemTyp method in class:MapItem
161 private MapItem(Section section) { method in class:MapItem
[all...]
H A DDexFile.java57 * straightforward way. See {@link MapItem#addMap} for more detail.
515 MapItem.addMap(sections, map);
/dalvik/dx/src/com/android/dx/dex/file/
H A DMapItem.java26 public final class MapItem extends OffsettedItem { class in inherits:OffsettedItem
77 ArrayList<MapItem> items = new ArrayList<MapItem>(50);
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,
105 // Add a MapItem for the self-referential section.
106 items.add(new MapItem(mapSection));
111 new UniformListItem<MapItem>(ItemType.TYPE_MAP_LIST, items));
123 private MapItem(ItemTyp method in class:MapItem
160 private MapItem(Section section) { method in class:MapItem
[all...]
H A DDexFile.java65 * straightforward way. See {@link MapItem#addMap} for more detail.
668 MapItem.addMap(sections, map);

Completed in 159 milliseconds