Searched refs:dexFiles (Results 1 – 4 of 4) sorted by relevance
46 dexFiles.add(dexFile.getClass().getDeclaredConstructor(String.class).newInstance( in MyClassLoader()51 ArrayList<Object> dexFiles = new ArrayList<Object>(); field in MyClassLoader67 for (Object dexFile : dexFiles) { in loadClass()
39 Collection<DexFile> dexFiles = Util.getBootDexFiles(); in main() local41 for (DexFile dexFile : dexFiles) { in main()
234 List<String> dexFiles = mFooUser0.getBaseAndSplitDexPaths(); in testNotifyPrimaryAndSecondary() local236 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() local694 dexFiles.add("/system/framework/foo"); in testNotifySystemServerUse()695 notifyDexLoad(mSystemServerJar, dexFiles, mUser0); in testNotifySystemServerUse()702 List<String> dexFiles = new ArrayList<String>(); in testNotifySystemServerInvalidUse() local703 dexFiles.add("/data/foo"); in testNotifySystemServerInvalidUse()[all …]
161 dexFiles, dexLocations := bcpForDexpreopt(ctx, global.PreoptWithUpdatableBcp && !isSystemServerJar)232 PreoptBootClassPathDexFiles: dexFiles.Paths(),