Home
last modified time | relevance | path

Searched refs:dexFiles (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/test/496-checker-inlining-class-loader/src/
H A DMain.java46 dexFiles.add(dexFile.getClass().getDeclaredConstructor(String.class).newInstance( in MyClassLoader()
51 ArrayList<Object> dexFiles = new ArrayList<Object>(); field in MyClassLoader
67 for (Object dexFile : dexFiles) { in loadClass()
/aosp12/frameworks/base/tools/preload-check/device/src/com/android/preload/check/
H A DNotInitializedRegex.java39 Collection<DexFile> dexFiles = Util.getBootDexFiles(); in main() local
41 for (DexFile dexFile : dexFiles) { in main()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/dex/
H A DDexManagerTests.java234 List<String> dexFiles = mFooUser0.getBaseAndSplitDexPaths(); in testNotifyPrimaryAndSecondary() local
236 int baseAndSplitCount = dexFiles.size(); in testNotifyPrimaryAndSecondary()
237 dexFiles.addAll(secondaries); in testNotifyPrimaryAndSecondary()
239 notifyDexLoad(mFooUser0, dexFiles, mUser0); in testNotifyPrimaryAndSecondary()
249 baseAndSplitCount, dexFiles.size()); in testNotifyPrimaryAndSecondary()
693 List<String> dexFiles = new ArrayList<String>(); in testNotifySystemServerUse() local
694 dexFiles.add("/system/framework/foo"); in testNotifySystemServerUse()
695 notifyDexLoad(mSystemServerJar, dexFiles, mUser0); in testNotifySystemServerUse()
702 List<String> dexFiles = new ArrayList<String>(); in testNotifySystemServerInvalidUse() local
703 dexFiles.add("/data/foo"); in testNotifySystemServerInvalidUse()
[all …]
/aosp12/build/soong/java/
H A Ddexpreopt.go161 dexFiles, dexLocations := bcpForDexpreopt(ctx, global.PreoptWithUpdatableBcp && !isSystemServerJar)
232 PreoptBootClassPathDexFiles: dexFiles.Paths(),