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

/external/dexmaker/src/dx/java/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 30 milliseconds