Home | History | Annotate | Download | only in dexlib

Lines Matching defs:DexFile

56      * The offset of this section within the <code>DexFile</code>
66 * The <code>DexFile</code> that this section belongs to
68 public final DexFile DexFile;
72 * @param dexFile The <code>DexFile</code> that this section belongs to
75 protected Section(DexFile dexFile, ItemType itemType) {
76 this.DexFile = dexFile;
89 assert !DexFile.getInplace() || offset == this.offset;