Searched refs:dexoptFlags (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageDexOptimizer.java | 378 final int dexoptFlags = getDexFlags(pkg, pkgSetting, compilerFilter, in performDexOptLI() local 383 profileAnalysisResult, classLoaderContexts[i], dexoptFlags, sharedGid, in performDexOptLI() 468 String classLoaderContext, int dexoptFlags, int uid, in dexOptPath() argument 474 classLoaderContext, profileAnalysisResult, downgrade, dexoptFlags, oatDir); in dexOptPath() 481 + " dexoptFlags=" + printDexoptFlags(dexoptFlags) in dexOptPath() 493 dexoptNeeded, oatDir, dexoptFlags, compilerFilter, pkg.getVolumeUuid(), in dexOptPath() 568 protected int adjustDexoptFlags(int dexoptFlags) { in adjustDexoptFlags() argument 569 return dexoptFlags; in adjustDexoptFlags() 723 int dexoptFlags, String oatDir) throws LegacyDexoptDisabledException { in getDexoptNeeded() argument 730 final boolean shouldBePublic = (dexoptFlags & DEXOPT_PUBLIC) != 0; in getDexoptNeeded() [all …]
|
D | DexOptHelper.java | 723 final int dexoptFlags = DexoptOptions.DEXOPT_BOOT_COMPLETE in getDexoptOptionsByInstallRequest() local 732 var options = new DexoptOptions(packageName, compilationReason, dexoptFlags); in getDexoptOptionsByInstallRequest()
|