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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DRawDexFile.java47 public class RawDexFile extends DexBackedDexFile { class in inherits:DexBackedDexFile
50 public RawDexFile(@Nonnull Opcodes opcodes, @Nonnull BaseDexBuffer buf) { method in class:RawDexFile
55 public RawDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf) { method in class:RawDexFile
87 return new MapItem(RawDexFile.this, mapItemOffset);

Completed in 844 milliseconds