Searched defs:typeLists (Results 1 - 3 of 3) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDexFile.java52 private final MixedItemSection typeLists; field in class:DexFile
108 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
128 classDefs, wordData, typeLists, stringData, byteData,
270 return typeLists;
490 typeLists.prepare();
/dalvik/dx/src/com/android/dx/dex/
H A DTableOfContents.java42 public final Section typeLists = new Section(0x1001); field in class:TableOfContents
54 typeLists, annotationSetRefLists, annotationSets, classDatas, codes, stringDatas,
/dalvik/dx/src/com/android/dx/dex/file/
H A DDexFile.java57 private final MixedItemSection typeLists; field in class:DexFile
115 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
135 classDefs, wordData, typeLists, stringData, byteData,
291 return typeLists;
509 typeLists.prepare();

Completed in 167 milliseconds