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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexWriter.java 98 ClassSectionType extends ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey,
140 public final ClassSectionType classSection;
155 this.classSection = sectionProvider.getClassSection();
199 classSection.getItemCount() * ClassDefItem.ITEM_SIZE;
414 List<Map.Entry<? extends ClassKey, Integer>> classEntries = Lists.newArrayList(classSection.getItems());
450 classSection.getClassEntryByType(classSection.getSuperclass(key));
454 for (TypeKey interfaceTypeKey: typeListSection.getTypes(classSection.getInterfaces(key))) {
455 Map.Entry<? extends ClassKey, Integer> interfaceEntry = classSection.getClassEntryByType(interfaceTypeKey);
464 indexWriter.writeInt(typeSection.getItemIndex(classSection.getType(key)))
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DexPool.java 61 stringSection, typeSection, protoSection, fieldSection, methodSection, classSection, typeListSection,
95 classSection.intern(classDef);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DexBuilder.java 125 return classSection.internClass(new BuilderClassDef(typeSection.internType(type),

Completed in 672 milliseconds