Searched refs:dexFiles (Results 1 – 2 of 2) sorted by relevance
254 /* package */ void initByteBufferDexPath(ByteBuffer[] dexFiles) { in initByteBufferDexPath() argument255 if (dexFiles == null) { in initByteBufferDexPath()258 if (Arrays.stream(dexFiles).anyMatch(v -> v == null)) { in initByteBufferDexPath()269 DexFile dex = new DexFile(dexFiles, definingContext, null_elements); in initByteBufferDexPath()343 public static Element[] makeInMemoryDexElements(ByteBuffer[] dexFiles, in makeInMemoryDexElements() argument345 Element[] elements = new Element[dexFiles.length]; in makeInMemoryDexElements()347 for (ByteBuffer buf : dexFiles) { in makeInMemoryDexElements()
173 public BaseDexClassLoader(ByteBuffer[] dexFiles, String librarySearchPath, ClassLoader parent) { in BaseDexClassLoader() argument177 this.pathList.initByteBufferDexPath(dexFiles); in BaseDexClassLoader()