Searched refs:have_profile (Results 1 – 1 of 1) sorted by relevance
2182 bool have_profile = (compiler_options.GetProfileCompilationInfo() != nullptr) && in TryInitializeClass() local2191 (have_profile || !is_boot_image_extension)) { in TryInitializeClass()2575 bool have_profile = (compiler_options.GetProfileCompilationInfo() != nullptr); in CompileDexFile() local2577 ProfileCompilationInfo::ProfileIndexType profile_index = (have_profile && use_profile) in CompileDexFile()