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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DDexPool.java58 public static DexPool makeDexPool() { method in class:DexPool
59 return makeDexPool(15);
62 public static DexPool makeDexPool(int api) { method in class:DexPool
86 DexPool dexPool = makeDexPool();

Completed in 963 milliseconds