Searched refs:wordData (Results 1 – 8 of 8) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | DexFile.java | 50 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()
|
D | AnnotationSetRefItem.java | 58 MixedItemSection wordData = file.getWordData(); in addContents() local 60 annotations = wordData.intern(annotations); in addContents()
|
D | FieldAnnotationStruct.java | 78 MixedItemSection wordData = file.getWordData(); in addContents() local 81 annotations = wordData.intern(annotations); in addContents()
|
D | MethodAnnotationStruct.java | 78 MixedItemSection wordData = file.getWordData(); in addContents() local 81 annotations = wordData.intern(annotations); in addContents()
|
D | ParameterAnnotationStruct.java | 102 MixedItemSection wordData = file.getWordData(); in addContents() local 105 wordData.add(annotationsItem); in addContents()
|
D | EncodedMethod.java | 118 MixedItemSection wordData = file.getWordData(); in addContents() local 123 wordData.add(code); in addContents()
|
D | ClassDefItem.java | 131 MixedItemSection wordData = file.getWordData(); in addContents() local 162 annotationsDirectory = wordData.intern(annotationsDirectory); in addContents() 164 wordData.add(annotationsDirectory); in addContents()
|
D | AnnotationsDirectoryItem.java | 241 MixedItemSection wordData = file.getWordData(); in addContents() local 244 classAnnotations = wordData.intern(classAnnotations); in addContents()
|