/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | AnnotationSetRefItem.java | 58 MixedItemSection wordData = file.getWordData(); in addContents() local 60 annotations = wordData.intern(annotations); in addContents()
|
D | DexFile.java | 45 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()
|
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 | 133 MixedItemSection wordData = file.getWordData(); in addContents() local 164 annotationsDirectory = wordData.intern(annotationsDirectory); in addContents() 166 wordData.add(annotationsDirectory); in addContents()
|
D | AnnotationsDirectoryItem.java | 241 MixedItemSection wordData = file.getWordData(); in addContents() local 244 classAnnotations = wordData.intern(classAnnotations); in addContents()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | AnnotationSetRefItem.java | 58 MixedItemSection wordData = file.getWordData(); in addContents() local 60 annotations = wordData.intern(annotations); in addContents()
|
D | DexFile.java | 48 private final MixedItemSection wordData; field in DexFile 114 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE); in DexFile() 133 classDefs, wordData, typeLists, stringData, byteData, in DexFile() 276 return wordData; in getWordData() 418 return wordData; in getFirstDataSection() 502 wordData.prepare(); in toDex0() 593 wordData.writeIndexAnnotation(out, ItemType.TYPE_CODE_ITEM, in toDex0()
|
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 | 103 MixedItemSection wordData = file.getWordData(); in addContents() local 106 wordData.add(annotationsItem); in addContents()
|
D | EncodedMethod.java | 117 MixedItemSection wordData = file.getWordData(); in addContents() local 122 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 | 245 MixedItemSection wordData = file.getWordData(); in addContents() local 248 classAnnotations = wordData.intern(classAnnotations); in addContents()
|