Home
last modified time | relevance | path

Searched refs:mapItem (Results 1 – 21 of 21) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DDexAnnotator.java90 for (MapItem mapItem: dexFile.getMapItems()) { in DexAnnotator()
91 switch (mapItem.getType()) { in DexAnnotator()
93 annotators.put(mapItem.getType(), HeaderItem.makeAnnotator(this, mapItem)); in DexAnnotator()
96 annotators.put(mapItem.getType(), StringIdItem.makeAnnotator(this, mapItem)); in DexAnnotator()
99 annotators.put(mapItem.getType(), TypeIdItem.makeAnnotator(this, mapItem)); in DexAnnotator()
102 annotators.put(mapItem.getType(), ProtoIdItem.makeAnnotator(this, mapItem)); in DexAnnotator()
105 annotators.put(mapItem.getType(), FieldIdItem.makeAnnotator(this, mapItem)); in DexAnnotator()
108 annotators.put(mapItem.getType(), MethodIdItem.makeAnnotator(this, mapItem)); in DexAnnotator()
111 annotators.put(mapItem.getType(), ClassDefItem.makeAnnotator(this, mapItem)); in DexAnnotator()
114 annotators.put(mapItem.getType(), MapItem.makeAnnotator(this, mapItem)); in DexAnnotator()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DTypeIdItem.java45 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
46 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
79 MapItem mapItem = dexFile.getMapItemForSection(ItemType.TYPE_ID_ITEM);
80 if (mapItem == null) {
84 int typeCount = mapItem.getItemCount();
DMethodIdItem.java49 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
50 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
96 MapItem mapItem = dexFile.getMapItemForSection(ItemType.METHOD_ID_ITEM);
97 if (mapItem == null) {
101 int methodCount = mapItem.getItemCount();
DFieldIdItem.java49 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
50 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
96 MapItem mapItem = dexFile.getMapItemForSection(ItemType.FIELD_ID_ITEM);
97 if (mapItem == null) {
101 int fieldCount = mapItem.getItemCount();
DStringIdItem.java46 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
47 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
106 MapItem mapItem = dexFile.getMapItemForSection(ItemType.STRING_ID_ITEM);
107 if (mapItem == null) {
111 int stringCount = mapItem.getItemCount();
DProtoIdItem.java49 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
50 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
99 MapItem mapItem = dexFile.getMapItemForSection(ItemType.PROTO_ID_ITEM);
100 if (mapItem == null) {
104 int protoCount = mapItem.getItemCount();
DClassDefItem.java56 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
57 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
128 MapItem mapItem = dexFile.getMapItemForSection(ItemType.CLASS_DEF_ITEM); in getClasses() local
129 if (mapItem == null) { in getClasses()
133 int classCount = mapItem.getItemCount(); in getClasses()
DSectionAnnotator.java52 public SectionAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in SectionAnnotator() argument
55 this.itemType = mapItem.getType(); in SectionAnnotator()
57 this.sectionOffset = mapItem.getOffset(); in SectionAnnotator()
58 this.itemCount = mapItem.getItemCount(); in SectionAnnotator()
DRawDexFile.java71 for (MapItem mapItem: getMapItems()) { in getMapItemForSection()
72 if (mapItem.getType() == itemType) { in getMapItemForSection()
73 return mapItem; in getMapItemForSection()
DEncodedArrayItem.java43 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
44 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
DStringDataItem.java44 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
45 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
DAnnotationSetRefList.java46 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
47 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
DAnnotationSetItem.java46 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
47 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
DAnnotationItem.java47 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
48 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
DMapItem.java74 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
75 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
DTypeListItem.java46 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
47 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
DAnnotationDirectoryItem.java47 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
48 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
DClassDataItem.java45 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
46 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
DDebugInfoItem.java45 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
46 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
DHeaderItem.java157 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
158 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()
DCodeItem.java69 … static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) { in makeAnnotator() argument
70 return new SectionAnnotator(annotator, mapItem) { in makeAnnotator()