Home
last modified time | relevance | path

Searched refs:wordData (Results 1 – 8 of 8) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DDexFile.java50 private final MixedItemSection wordData; field in DexFile
116 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE); in DexFile()
135 classDefs, wordData, typeLists, stringData, byteData, in DexFile()
278 return wordData; in getWordData()
420 return wordData; in getFirstDataSection()
504 wordData.prepare(); in toDex0()
595 wordData.writeIndexAnnotation(out, ItemType.TYPE_CODE_ITEM, in toDex0()
DAnnotationSetRefItem.java58 MixedItemSection wordData = file.getWordData(); in addContents() local
60 annotations = wordData.intern(annotations); in addContents()
DFieldAnnotationStruct.java78 MixedItemSection wordData = file.getWordData(); in addContents() local
81 annotations = wordData.intern(annotations); in addContents()
DMethodAnnotationStruct.java78 MixedItemSection wordData = file.getWordData(); in addContents() local
81 annotations = wordData.intern(annotations); in addContents()
DParameterAnnotationStruct.java102 MixedItemSection wordData = file.getWordData(); in addContents() local
105 wordData.add(annotationsItem); in addContents()
DEncodedMethod.java118 MixedItemSection wordData = file.getWordData(); in addContents() local
123 wordData.add(code); in addContents()
DClassDefItem.java131 MixedItemSection wordData = file.getWordData(); in addContents() local
162 annotationsDirectory = wordData.intern(annotationsDirectory); in addContents()
164 wordData.add(annotationsDirectory); in addContents()
DAnnotationsDirectoryItem.java241 MixedItemSection wordData = file.getWordData(); in addContents() local
244 classAnnotations = wordData.intern(classAnnotations); in addContents()