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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
IndexedSection.java 34 public class IndexedSection<T extends Item> extends Section<T> {
41 public IndexedSection(DexFile dexFile, ItemType itemType) {
DexFile.java 113 private final IndexedSection[] indexedSections;
210 indexedSections = new IndexedSection[] {
734 * The <code>IndexedSection</code> containing <code>StringIdItem</code> items
736 public final IndexedSection<StringIdItem> StringIdsSection =
737 new IndexedSection<StringIdItem>(this, ItemType.TYPE_STRING_ID_ITEM);
740 * The <code>IndexedSection</code> containing <code>TypeIdItem</code> items
742 public final IndexedSection<TypeIdItem> TypeIdsSection =
743 new IndexedSection<TypeIdItem>(this, ItemType.TYPE_TYPE_ID_ITEM);
746 * The <code>IndexedSection</code> containing <code>ProtoIdItem</code> items
748 public final IndexedSection<ProtoIdItem> ProtoIdsSection
    [all...]
ClassDefItem.java 229 public static int placeClassDefItems(IndexedSection<ClassDefItem> section, int offset) {
239 private final IndexedSection<ClassDefItem> section;
246 public ClassDefPlacer(IndexedSection<ClassDefItem> section) {
DebugInfoItem.java 104 IndexedSection<StringIdItem> stringIdSection = dexFile.StringIdsSection;

Completed in 224 milliseconds