Searched refs:MixedItemSection (Results 1 - 14 of 14) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDexFile.java39 import static com.android.dx.dex.file.MixedItemSection.SortType;
50 private final MixedItemSection wordData;
57 private final MixedItemSection typeLists;
64 private final MixedItemSection map;
67 private final MixedItemSection stringData;
88 private final MixedItemSection classData;
91 private final MixedItemSection byteData;
115 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
116 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
118 new MixedItemSection("string_dat
[all...]
H A DAnnotationSetRefItem.java58 MixedItemSection wordData = file.getWordData();
H A DStringIdItem.java89 MixedItemSection stringData = file.getStringData();
H A DClassDefItem.java130 MixedItemSection byteData = file.getByteData();
131 MixedItemSection wordData = file.getWordData();
132 MixedItemSection typeLists = file.getTypeLists();
138 MixedItemSection classDataSection = file.getClassData();
H A DFieldAnnotationStruct.java78 MixedItemSection wordData = file.getWordData();
H A DMethodAnnotationStruct.java78 MixedItemSection wordData = file.getWordData();
H A DAnnotationSetItem.java116 MixedItemSection byteData = file.getByteData();
H A DParameterAnnotationStruct.java102 MixedItemSection wordData = file.getWordData();
H A DMixedItemSection.java41 public final class MixedItemSection extends Section { class in inherits:Section
88 public MixedItemSection(String name, DexFile file, int alignment, method in class:MixedItemSection
H A DEncodedMethod.java118 MixedItemSection wordData = file.getWordData();
H A DMapItem.java68 MixedItemSection mapSection) {
H A DProtoIdItem.java114 MixedItemSection typeLists = file.getTypeLists();
H A DAnnotationsDirectoryItem.java241 MixedItemSection wordData = file.getWordData();
H A DCodeItem.java117 MixedItemSection byteData = file.getByteData();

Completed in 257 milliseconds