Searched defs:DexBackedDexFile (Results 1 – 1 of 1) sorted by relevance
48 public class DexBackedDexFile extends BaseDexBuffer implements DexFile { class64 …private DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf, int offset, boolean verify… 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