Searched defs:DexFile (Results 1 - 3 of 3) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DSection.java56 * 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; field in class:Section
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;
H A DDexFile.java73 * {@link DexFile#ClassDefsSection}, which will add all the information necessary to represent the given
102 public class DexFile class
185 private DexFile(boolean preserveSignedRegisters, boolean skipInstructions) { method in class:DexFile
235 * Construct a new DexFile instance by reading in the given dex file.
239 public DexFile(String file) method in class:DexFile
245 * Construct a new DexFile instance by reading in the given dex file,
255 public DexFile(String file, boolean preserveSignedRegisters, boolean skipInstructions) method in class:DexFile
261 * Construct a new DexFile instance by reading in the given dex file.
265 public DexFile(File file) method in class:DexFile
271 * Construct a new DexFile instanc
281 public DexFile(File file, boolean preserveSignedRegisters, boolean skipInstructions) method in class:DexFile
440 public DexFile() { method in class:DexFile
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDexFile.java45 public final class DexFile { class
111 public DexFile(DexOptions dexOptions) { method in class:DexFile

Completed in 135 milliseconds