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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDexFile.java45 private final MixedItemSection wordData; field in class:DexFile
49 * it from {@link #wordData} helps break what would otherwise be a
109 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
128 classDefs, wordData, typeLists, stringData, byteData,
257 return wordData;
399 return wordData;
485 wordData.prepare();
576 wordData.writeIndexAnnotation(out, ItemType.TYPE_CODE_ITEM,
/dalvik/dx/src/com/android/dx/dex/file/
H A DDexFile.java48 private final MixedItemSection wordData; field in class:DexFile
52 * it from {@link #wordData} helps break what would otherwise be a
114 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
133 classDefs, wordData, typeLists, stringData, byteData,
276 return wordData;
418 return wordData;
502 wordData.prepare();
593 wordData.writeIndexAnnotation(out, ItemType.TYPE_CODE_ITEM,

Completed in 431 milliseconds