Searched refs:libraryDexBuffers (Results 1 – 1 of 1) sorted by relevance
182 private final List<byte[]> libraryDexBuffers = new ArrayList<byte[]>(); field in Main273 libraryDexBuffers.clear(); in runDx()369 if (!libraryDexBuffers.isEmpty()) { in runMultiDex()497 for (byte[] libraryDex : libraryDexBuffers) { in mergeLibraryDexBuffers()729 synchronized (libraryDexBuffers) { in processFileBytes()730 libraryDexBuffers.add(bytes); in processFileBytes()