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

/dalvik/dx/src/com/android/dx/dex/file/
H A DDexFile.java38 import static com.android.dx.dex.file.MixedItemSection.SortType;
46 private final MixedItemSection wordData;
53 private final MixedItemSection typeLists;
60 private final MixedItemSection map;
63 private final MixedItemSection stringData;
84 private final MixedItemSection classData;
87 private final MixedItemSection byteData;
109 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
110 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
112 new MixedItemSection("string_dat
[all...]
H A DAnnotationSetRefItem.java58 MixedItemSection wordData = file.getWordData();
H A DStringIdItem.java91 MixedItemSection stringData = file.getStringData();
H A DClassDefItem.java132 MixedItemSection byteData = file.getByteData();
133 MixedItemSection wordData = file.getWordData();
134 MixedItemSection typeLists = file.getTypeLists();
140 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.java117 MixedItemSection typeLists = file.getTypeLists();
H A DAnnotationsDirectoryItem.java241 MixedItemSection wordData = file.getWordData();
H A DCodeItem.java117 MixedItemSection byteData = file.getByteData();

Completed in 35 milliseconds