Home
last modified time | relevance | path

Searched refs:MixedItemSection (Results 1 – 25 of 28) sorted by relevance

12

/dalvik/dx/src/com/android/dx/dex/file/
DDexFile.java21 import com.android.dx.dex.file.MixedItemSection.SortType;
48 private final MixedItemSection wordData;
55 private final MixedItemSection typeLists;
62 private final MixedItemSection map;
65 private final MixedItemSection stringData;
86 private final MixedItemSection classData;
89 private final MixedItemSection byteData;
113 typeLists = new MixedItemSection(null, this, 4, SortType.NONE); in DexFile()
114 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE); in DexFile()
116 new MixedItemSection("string_data", this, 1, SortType.INSTANCE); in DexFile()
[all …]
DAnnotationSetRefItem.java58 MixedItemSection wordData = file.getWordData(); in addContents()
DClassDefItem.java130 MixedItemSection byteData = file.getByteData(); in addContents()
131 MixedItemSection wordData = file.getWordData(); in addContents()
132 MixedItemSection typeLists = file.getTypeLists(); in addContents()
138 MixedItemSection classDataSection = file.getClassData(); in addContents()
DStringIdItem.java89 MixedItemSection stringData = file.getStringData(); in addContents()
DFieldAnnotationStruct.java78 MixedItemSection wordData = file.getWordData(); in addContents()
DMethodAnnotationStruct.java78 MixedItemSection wordData = file.getWordData(); in addContents()
DMixedItemSection.java40 public final class MixedItemSection extends Section { class
87 public MixedItemSection(String name, DexFile file, int alignment, in MixedItemSection() method in MixedItemSection
DAnnotationSetItem.java117 MixedItemSection byteData = file.getByteData(); in addContents()
DParameterAnnotationStruct.java103 MixedItemSection wordData = file.getWordData(); in addContents()
DProtoIdItem.java114 MixedItemSection typeLists = file.getTypeLists(); in addContents()
DMapItem.java67 MixedItemSection mapSection) { in addMap()
DEncodedMethod.java117 MixedItemSection wordData = file.getWordData(); in addContents()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDexFile.java19 import com.android.dexgen.dex.file.MixedItemSection.SortType;
45 private final MixedItemSection wordData;
52 private final MixedItemSection typeLists;
59 private final MixedItemSection map;
62 private final MixedItemSection stringData;
83 private final MixedItemSection classData;
86 private final MixedItemSection byteData;
108 typeLists = new MixedItemSection(null, this, 4, SortType.NONE); in DexFile()
109 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE); in DexFile()
111 new MixedItemSection("string_data", this, 1, SortType.INSTANCE); in DexFile()
[all …]
DAnnotationSetRefItem.java58 MixedItemSection wordData = file.getWordData(); in addContents()
DClassDefItem.java132 MixedItemSection byteData = file.getByteData(); in addContents()
133 MixedItemSection wordData = file.getWordData(); in addContents()
134 MixedItemSection typeLists = file.getTypeLists(); in addContents()
140 MixedItemSection classDataSection = file.getClassData(); in addContents()
DStringIdItem.java91 MixedItemSection stringData = file.getStringData(); in addContents()
DFieldAnnotationStruct.java78 MixedItemSection wordData = file.getWordData(); in addContents()
DMethodAnnotationStruct.java78 MixedItemSection wordData = file.getWordData(); in addContents()
DMixedItemSection.java41 public final class MixedItemSection extends Section { class
88 public MixedItemSection(String name, DexFile file, int alignment, in MixedItemSection() method in MixedItemSection
DAnnotationSetItem.java116 MixedItemSection byteData = file.getByteData(); in addContents()
DParameterAnnotationStruct.java102 MixedItemSection wordData = file.getWordData(); in addContents()
DProtoIdItem.java117 MixedItemSection typeLists = file.getTypeLists(); in addContents()
DMapItem.java68 MixedItemSection mapSection) { in addMap()
DEncodedMethod.java118 MixedItemSection wordData = file.getWordData(); in addContents()
DAnnotationsDirectoryItem.java241 MixedItemSection wordData = file.getWordData(); in addContents()

12