Home
last modified time | relevance | path

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

/aosp12/art/dexoptanalyzer/
H A Ddexoptanalyzer.cc181 profile_analysis_result_ = static_cast<ProfileAnalysisResult>(parse_result); in ParseArgs()
340 profile_analysis_result_ == ProfileAnalysisResult::kDontOptimizeEmptyProfiles) { in GetDexOptNeeded()
345 bool assume_profile_changed = profile_analysis_result_ == ProfileAnalysisResult::kOptimize; in GetDexOptNeeded()
470 ProfileAnalysisResult profile_analysis_result_; member in art::dexoptanalyzer::DexoptAnalyzer