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

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDexFile.java50 private final MixedItemSection wordData; field in class:DexFile
54 * it from {@link #wordData} helps break what would otherwise be a
116 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
135 classDefs, wordData, typeLists, stringData, byteData,
278 return wordData;
420 return wordData;
504 wordData.prepare();
595 wordData.writeIndexAnnotation(out, ItemType.TYPE_CODE_ITEM,

Completed in 88 milliseconds