Searched refs:profileAnalysisResult (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageDexOptimizer.java | 366 int profileAnalysisResult = PROFILE_ANALYSIS_DONT_OPTIMIZE_SMALL_DELTA; in performDexOptLI() local 368 profileAnalysisResult = in performDexOptLI() 389 profileAnalysisResult = PROFILE_ANALYSIS_DONT_OPTIMIZE_SMALL_DELTA; in performDexOptLI() 399 profileAnalysisResult, classLoaderContexts[i], dexoptFlags, sharedGid, in performDexOptLI() 500 String path, String isa, String compilerFilter, int profileAnalysisResult, in dexOptPath() argument 507 classLoaderContext, profileAnalysisResult, downgrade, dexoptFlags, oatDir); in dexOptPath() 903 String classLoaderContext, int profileAnalysisResult, boolean downgrade, in getDexoptNeeded() argument 913 boolean newProfile = profileAnalysisResult == PROFILE_ANALYSIS_OPTIMIZE; in getDexoptNeeded() 935 && profileAnalysisResult == PROFILE_ANALYSIS_DONT_OPTIMIZE_EMPTY_PROFILES) { in getDexoptNeeded()
|