Searched refs:processContextForDexLoad (Results 1 – 4 of 4) sorted by relevance
359 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoad()371 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoadSingleElement()387 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoadUnsupported()399 String[] context = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in testProcessContextForDexLoadNoClassPath()407 DexoptUtils.processContextForDexLoad(Collections.emptyList(), Collections.emptyList()); in testProcessContextForDexLoadIllegalCallEmptyList()418 DexoptUtils.processContextForDexLoad(Collections.emptyList(), Arrays.asList("a")); in testProcessContextForDexLoadIllegalCallDifferentSize()
175 String[] allExpectedContexts = DexoptUtils.processContextForDexLoad( in testNotifyPrimaryAndSecondary()554 String[] allClassLoaderContexts = DexoptUtils.processContextForDexLoad( in testPrimaryAndSecondaryDexLoad()572 String[] expectedContexts = DexoptUtils.processContextForDexLoad( in testNotifySecondary_withSharedLibrary()608 String[] expectedContexts = DexoptUtils.processContextForDexLoad( in assertSecondaryUse()661 String[] results = DexoptUtils.processContextForDexLoad(classLoaders, classPaths); in computeClassLoaderContexts()
350 /*package*/ static String[] processContextForDexLoad(List<String> classLoadersNames, in processContextForDexLoad() method in DexoptUtils
11907 HSPLcom/android/server/pm/dex/DexoptUtils;->processContextForDexLoad(Ljava/util/List;Ljava/util/Lis…