HomeSort by relevance Sort by last modified time
    Searched refs:MapItem (Results 1 - 8 of 8) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MapItem.java 27 public final class MapItem extends 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(ItemType type, Section section, Item firstItem
    [all...]
DexFile.java 57 * straightforward way. See {@link MapItem#addMap} for more detail.
515 MapItem.addMap(sections, map);
  /dalvik/dx/src/com/android/dx/dex/file/
MapItem.java 26 public final class MapItem extends 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(ItemType type, Section section, Item firstItem
    [all...]
DexFile.java 60 * straightforward way. See {@link MapItem#addMap} for more detail.
532 MapItem.addMap(sections, map);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MapItem.java 27 public final class MapItem extends 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(ItemType type, Section section, Item firstItem
    [all...]
DexFile.java 62 * straightforward way. See {@link MapItem#addMap} for more detail.
534 MapItem.addMap(sections, map);
  /art/runtime/
dex_file_verifier.cc 295 const DexFile::MapItem* item = map->list_;
304 if (!CheckListSize(item, count, sizeof(DexFile::MapItem), "map size")) {
    [all...]
dex_file.h 128 struct MapItem {
135 DISALLOW_COPY_AND_ASSIGN(MapItem);
140 MapItem list_[1];
    [all...]

Completed in 2349 milliseconds