Searched defs:DexBackedDexFile (Results 1 – 1 of 1) sorted by relevance
48 public class DexBackedDexFile extends BaseDexBuffer implements DexFile { class64 … private DexBackedDexFile(Opcodes opcodes, @Nonnull byte[] buf, int offset, boolean verifyMagic) { in DexBackedDexFile() method in DexBackedDexFile87 public DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull BaseDexBuffer buf) { in DexBackedDexFile() method in DexBackedDexFile91 public DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf, int offset) { in DexBackedDexFile() method in DexBackedDexFile95 public DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf) { in DexBackedDexFile() method in DexBackedDexFile