Lines Matching refs:ProfileCompilationInfo
48 using Hotness = ProfileCompilationInfo::MethodHotness;
53 static_assert(ProfileCompilationInfo::kIndividualInlineCacheSize ==
335 const ProfileCompilationInfo::ProfileSampleAnnotation& annotation) in GetClassesAndMethodsHelper()
360 void UpdateProfile(const std::set<std::string>& locations, ProfileCompilationInfo* profile_info);
456 const ProfileCompilationInfo::ProfileSampleAnnotation annotation_;
626 ProfileCompilationInfo* profile_info) { in UpdateProfile()
643 return enum_cast<ProfileCompilationInfo::MethodHotness::Flag>(base_flags | Hotness::kFlagHot); in UpdateProfile()
646 return enum_cast<ProfileCompilationInfo::MethodHotness::Flag>(base_flags); in UpdateProfile()
648 return enum_cast<ProfileCompilationInfo::MethodHotness::Flag>(0u); in UpdateProfile()
667 ProfileCompilationInfo::ProfileIndexType profile_index = in UpdateProfile()
669 if (profile_index == ProfileCompilationInfo::MaxProfileIndex()) { in UpdateProfile()
699 ProfileCompilationInfo::MethodHotness::Flag flags = get_method_flags(method); in UpdateProfile()
712 ProfileCompilationInfo::MethodHotness::Flag flags = get_method_flags(*method); in UpdateProfile()
725 ProfileCompilationInfo::ProfileIndexType profile_index = in UpdateProfile()
727 if (profile_index != ProfileCompilationInfo::MaxProfileIndex()) { in UpdateProfile()
802 new ProfileCompilationInfo( in FetchAndCacheResolvedClassesAndMethods()
805 ProfileCompilationInfo* cached_info = info_it->second; in FetchAndCacheResolvedClassesAndMethods()
870 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool(), in ProcessProfilingInfo()
937 ProfileCompilationInfo *cached_info = profile_cache_it->second; in ProcessProfilingInfo()
1044 code_paths_keys.insert(ProfileCompilationInfo::GetProfileDexFileBaseKey(location)); in Start()
1049 const std::string key = ProfileCompilationInfo::GetProfileDexFileBaseKey(location); in Start()
1284 ProfileCompilationInfo::ProfileSampleAnnotation ProfileSaver::GetProfileSampleAnnotation() { in GetProfileSampleAnnotation()
1296 ? ProfileCompilationInfo::ProfileSampleAnnotation(package_name) in GetProfileSampleAnnotation()
1297 : ProfileCompilationInfo::ProfileSampleAnnotation::kNone; in GetProfileSampleAnnotation()