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

  /dalvik/dx/src/com/android/dx/io/
DexIndexPrinter.java 92 if (tableOfContents.typeLists.off == -1) {
96 Dex.Section in = dex.open(tableOfContents.typeLists.off);
97 for (int i = 0; i < tableOfContents.typeLists.size; i++) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 52 private final MixedItemSection typeLists;
108 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
128 classDefs, wordData, typeLists, stringData, byteData,
270 return typeLists;
490 typeLists.prepare();
ProtoIdItem.java 117 MixedItemSection typeLists = file.getTypeLists();
123 parameterTypes = typeLists.intern(parameterTypes);
ClassDefItem.java 134 MixedItemSection typeLists = file.getTypeLists();
155 interfaces = typeLists.intern(interfaces);
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 55 private final MixedItemSection typeLists;
113 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
133 classDefs, wordData, typeLists, stringData, byteData,
289 return typeLists;
507 typeLists.prepare();
ProtoIdItem.java 114 MixedItemSection typeLists = file.getTypeLists();
120 parameterTypes = typeLists.intern(parameterTypes);
ClassDefItem.java 132 MixedItemSection typeLists = file.getTypeLists();
153 interfaces = typeLists.intern(interfaces);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DexFile.java 57 private final MixedItemSection typeLists;
115 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
135 classDefs, wordData, typeLists, stringData, byteData,
291 return typeLists;
509 typeLists.prepare();
ProtoIdItem.java 114 MixedItemSection typeLists = file.getTypeLists();
120 parameterTypes = typeLists.intern(parameterTypes);
ClassDefItem.java 132 MixedItemSection typeLists = file.getTypeLists();
153 interfaces = typeLists.intern(interfaces);
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 123 contentsOut.typeLists.off = dexOut.getNextSectionStart();
427 return tableOfContents.typeLists;
    [all...]

Completed in 6967 milliseconds