HomeSort by relevance Sort by last modified time
    Searched defs:typeLists (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /dalvik/dx/src/com/android/dx/dex/file/
ProtoIdItem.java 114 MixedItemSection typeLists = file.getTypeLists();
120 parameterTypes = typeLists.intern(parameterTypes);
ClassDefItem.java 131 MixedItemSection typeLists = file.getTypeLists();
152 interfaces = typeLists.intern(interfaces);
DexFile.java 60 private final MixedItemSection typeLists;
126 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
157 wordData, typeLists, stringData, byteData, classData, map };
164 wordData, typeLists, stringData, byteData, classData, map };
346 return typeLists;
634 typeLists.prepare();
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ProtoIdItem.java 117 MixedItemSection typeLists = file.getTypeLists();
123 parameterTypes = typeLists.intern(parameterTypes);
ClassDefItem.java 134 MixedItemSection typeLists = file.getTypeLists();
155 interfaces = typeLists.intern(interfaces);
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();
  /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...]
  /dalvik/dx/src/com/android/dex/
TableOfContents.java 42 public final Section typeLists = new Section(0x1001);
54 methodHandles, typeLists, annotationSetRefLists, annotationSets, classDatas, codes,
  /external/dexmaker/lib/
libcore-dex-2.jar 
dalvik-dx-1.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/
libcore-dex-7.1.0_r7.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/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.4/
asm-debug-all-5.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.1/
asm-debug-all-5.1.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/bazel/formc-deps/
asm-all.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
asm-all.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/
dalvik-dx-7.1.0_r7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 

Completed in 129 milliseconds

1 2 3 4