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

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
RawDexFile.java 43 public List<TypeList> typeLists;
132 if (mapItem.size != typeLists.size()) {
133 Log.debug("Updating TypeLists List size: " + typeLists.size());
134 mapItem.size = typeLists.size();
208 if (mapItem.size != typeLists.size()) {
210 + " no longer matches TypeLists table size " + typeLists.size());
212 for (TypeList typeList : typeLists) {
371 if (typeLists != null)
    [all...]
MapList.java 114 rawDexFile.typeLists = new ArrayList<TypeList>(mapItem.size);
117 rawDexFile.typeLists.add(newTypeList);
  /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);
  /art/tools/dexfuzz/src/dexfuzz/program/
IdCreator.java 635 if (rawDexFile.typeLists == null) {
638 rawDexFile.typeLists = new ArrayList<TypeList>();
643 rawDexFile.typeLists.get(rawDexFile.typeLists.size() - 1);
648 rawDexFile.typeLists.add(typeList);
659 if (rawDexFile.typeLists == null) {
664 for (TypeList typeList : rawDexFile.typeLists) {
  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 40 public final Section typeLists = new Section(0x1001);
52 typeLists, annotationSetRefLists, annotationSets, classDatas, codes, stringDatas,
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 123 contentsOut.typeLists.off = dexOut.getNextSectionStart();
427 return tableOfContents.typeLists;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
asm-debug-all-5.0.2.jar 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 327 milliseconds