Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/dex/file/
DAnnotationSetRefItem.java58 MixedItemSection wordData = file.getWordData(); in addContents() local
60 annotations = wordData.intern(annotations); in addContents()
DDexFile.java49 private final MixedItemSection wordData; field in DexFile
115 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE); in DexFile()
134 classDefs, wordData, typeLists, stringData, byteData, in DexFile()
277 return wordData; in getWordData()
419 return wordData; in getFirstDataSection()
505 wordData.prepare(); in toDex0()
596 wordData.writeIndexAnnotation(out, ItemType.TYPE_CODE_ITEM, in toDex0()
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.java103 MixedItemSection wordData = file.getWordData(); in addContents() local
106 wordData.add(annotationsItem); in addContents()
DEncodedMethod.java117 MixedItemSection wordData = file.getWordData(); in addContents() local
122 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.java245 MixedItemSection wordData = file.getWordData(); in addContents() local
248 classAnnotations = wordData.intern(classAnnotations); in addContents()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DAnnotationSetRefItem.java58 MixedItemSection wordData = file.getWordData(); in addContents() local
60 annotations = wordData.intern(annotations); in addContents()
DDexFile.java45 private final MixedItemSection wordData; field in DexFile
109 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE); in DexFile()
128 classDefs, wordData, typeLists, stringData, byteData, in DexFile()
257 return wordData; in getWordData()
399 return wordData; in getFirstDataSection()
485 wordData.prepare(); in toDex0()
576 wordData.writeIndexAnnotation(out, ItemType.TYPE_CODE_ITEM, in toDex0()
DMethodAnnotationStruct.java78 MixedItemSection wordData = file.getWordData(); in addContents() local
81 annotations = wordData.intern(annotations); in addContents()
DFieldAnnotationStruct.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.java133 MixedItemSection wordData = file.getWordData(); in addContents() local
164 annotationsDirectory = wordData.intern(annotationsDirectory); in addContents()
166 wordData.add(annotationsDirectory); in addContents()
DAnnotationsDirectoryItem.java241 MixedItemSection wordData = file.getWordData(); in addContents() local
244 classAnnotations = wordData.intern(classAnnotations); in addContents()