Searched refs:processContextForDexLoad (Results 1 – 5 of 5) 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()
528 String[] expectedContexts = DexoptUtils.processContextForDexLoad( in assertSecondaryUse()
350 /*package*/ static String[] processContextForDexLoad(List<String> classLoadersNames, in processContextForDexLoad() method in DexoptUtils
197 String[] classLoaderContexts = DexoptUtils.processContextForDexLoad( in notifyDexLoadInternal()
11907 HSPLcom/android/server/pm/dex/DexoptUtils;->processContextForDexLoad(Ljava/util/List;Ljava/util/Lis…