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

1 2 3

  /dalvik/dx/src/com/android/dx/dex/file/
ProtoIdItem.java 114 MixedItemSection typeLists = file.getTypeLists();
120 parameterTypes = typeLists.intern(parameterTypes);
ClassDefItem.java 132 MixedItemSection typeLists = file.getTypeLists();
153 interfaces = typeLists.intern(interfaces);
DexFile.java 56 private final MixedItemSection typeLists;
114 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
134 classDefs, wordData, typeLists, stringData, byteData,
290 return typeLists;
510 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 
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/misc/common/jacoco/lib/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.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 

Completed in 377 milliseconds

1 2 3