Searched refs:DexFileImpl (Results 1 – 2 of 2) sorted by relevance
30 /* package */final class DexFileImpl implements DexFile { class42 public DexFileImpl(DexBuffer buffer, String[] stringPool, int[] typeIds, in DexFileImpl() method in DexFileImpl
101 return new DexFileImpl(b.createCopy(), stringPool, typeIds, in read()