Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java350 int profileAnalysisResult = PROFILE_ANALYSIS_DONT_OPTIMIZE_SMALL_DELTA; in performDexOptLI() local
352 profileAnalysisResult = in performDexOptLI()
373 profileAnalysisResult = PROFILE_ANALYSIS_DONT_OPTIMIZE_SMALL_DELTA; in performDexOptLI()
383 profileAnalysisResult, classLoaderContexts[i], dexoptFlags, sharedGid, in performDexOptLI()
467 String path, String isa, String compilerFilter, int profileAnalysisResult, in dexOptPath() argument
474 classLoaderContext, profileAnalysisResult, downgrade, dexoptFlags, oatDir); in dexOptPath()
722 String classLoaderContext, int profileAnalysisResult, boolean downgrade, in getDexoptNeeded() argument
732 boolean newProfile = profileAnalysisResult == PROFILE_ANALYSIS_OPTIMIZE; in getDexoptNeeded()
754 && profileAnalysisResult == PROFILE_ANALYSIS_DONT_OPTIMIZE_EMPTY_PROFILES) { in getDexoptNeeded()