Searched defs:MapItem (Results 1 - 2 of 2) 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...]
/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...]

Completed in 23 milliseconds