Searched refs:processContextForDexLoad (Results 1 – 3 of 3) sorted by relevance
383 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoad()395 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoadSingleElement()411 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoadUnsupported()423 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoadNoClassPath()431 DexoptUtils.processContextForDexLoad(Collections.emptyList(), Collections.emptyList()); in testProcessContextForDexLoadIllegalCallEmptyList()442 DexoptUtils.processContextForDexLoad(Collections.emptyList(), Arrays.asList("a")); in testProcessContextForDexLoadIllegalCallDifferentSize()
246 String[] allExpectedContexts = DexoptUtils.processContextForDexLoad( in testNotifyPrimaryAndSecondary()659 String[] allClassLoaderContexts = DexoptUtils.processContextForDexLoad( in testPrimaryAndSecondaryDexLoad()677 String[] expectedContexts = DexoptUtils.processContextForDexLoad( in testNotifySecondary_withSharedLibrary()841 String[] expectedContexts = DexoptUtils.processContextForDexLoad( in assertSecondaryUse()900 String[] results = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in computeClassLoaderContexts()
357 /*package*/ static String[] processContextForDexLoad(List<String> classLoadersNames, in processContextForDexLoad() method in DexoptUtils