Searched defs:wordData (Results 1 - 1 of 1) sorted by relevance
/dalvik/dx/src/com/android/dx/dex/file/ |
H A D | DexFile.java | 46 private final MixedItemSection wordData; field in class:DexFile 50 * it from {@link #wordData} helps break what would otherwise be a 110 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE); 129 classDefs, wordData, typeLists, stringData, byteData, 258 return wordData; 400 return wordData; 486 wordData.prepare(); 577 wordData.writeIndexAnnotation(out, ItemType.TYPE_CODE_ITEM,
|
Completed in 1008 milliseconds