HomeSort by relevance Sort by last modified time
    Searched refs:wordData (Results 1 - 25 of 25) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetRefItem.java 58 MixedItemSection wordData = file.getWordData();
60 annotations = wordData.intern(annotations);
FieldAnnotationStruct.java 78 MixedItemSection wordData = file.getWordData();
81 annotations = wordData.intern(annotations);
MethodAnnotationStruct.java 78 MixedItemSection wordData = file.getWordData();
81 annotations = wordData.intern(annotations);
DexFile.java 45 private final MixedItemSection wordData;
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,
ParameterAnnotationStruct.java 102 MixedItemSection wordData = file.getWordData();
105 wordData.add(annotationsItem);
EncodedMethod.java 118 MixedItemSection wordData = file.getWordData();
123 wordData.add(code);
ClassDefItem.java 133 MixedItemSection wordData = file.getWordData();
164 annotationsDirectory = wordData.intern(annotationsDirectory);
166 wordData.add(annotationsDirectory);
AnnotationsDirectoryItem.java 241 MixedItemSection wordData = file.getWordData();
244 classAnnotations = wordData.intern(classAnnotations);
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetRefItem.java 58 MixedItemSection wordData = file.getWordData();
60 annotations = wordData.intern(annotations);
FieldAnnotationStruct.java 78 MixedItemSection wordData = file.getWordData();
81 annotations = wordData.intern(annotations);
MethodAnnotationStruct.java 78 MixedItemSection wordData = file.getWordData();
81 annotations = wordData.intern(annotations);
DexFile.java 48 private final MixedItemSection wordData;
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,
ParameterAnnotationStruct.java 101 MixedItemSection wordData = file.getWordData();
104 wordData.add(annotationsItem);
EncodedMethod.java 117 MixedItemSection wordData = file.getWordData();
122 wordData.add(code);
ClassDefItem.java 130 MixedItemSection wordData = file.getWordData();
161 annotationsDirectory = wordData.intern(annotationsDirectory);
163 wordData.add(annotationsDirectory);
AnnotationsDirectoryItem.java 240 MixedItemSection wordData = file.getWordData();
243 classAnnotations = wordData.intern(classAnnotations);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetRefItem.java 58 MixedItemSection wordData = file.getWordData();
60 annotations = wordData.intern(annotations);
FieldAnnotationStruct.java 78 MixedItemSection wordData = file.getWordData();
81 annotations = wordData.intern(annotations);
MethodAnnotationStruct.java 78 MixedItemSection wordData = file.getWordData();
81 annotations = wordData.intern(annotations);
DexFile.java 50 private final MixedItemSection wordData;
54 * it from {@link #wordData} helps break what would otherwise be a
116 wordData = new MixedItemSection("word_data", this, 4, SortType.TYPE);
135 classDefs, wordData, typeLists, stringData, byteData,
278 return wordData;
420 return wordData;
504 wordData.prepare();
595 wordData.writeIndexAnnotation(out, ItemType.TYPE_CODE_ITEM,
ParameterAnnotationStruct.java 102 MixedItemSection wordData = file.getWordData();
105 wordData.add(annotationsItem);
EncodedMethod.java 118 MixedItemSection wordData = file.getWordData();
123 wordData.add(code);
ClassDefItem.java 131 MixedItemSection wordData = file.getWordData();
162 annotationsDirectory = wordData.intern(annotationsDirectory);
164 wordData.add(annotationsDirectory);
AnnotationsDirectoryItem.java 241 MixedItemSection wordData = file.getWordData();
244 classAnnotations = wordData.intern(classAnnotations);
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 817 milliseconds