Lines Matching refs:ProfileCompilationInfo

48 using Hotness = ProfileCompilationInfo::MethodHotness;
53 static_assert(ProfileCompilationInfo::kIndividualInlineCacheSize ==
334 const ProfileCompilationInfo::ProfileSampleAnnotation& annotation) in GetClassesAndMethodsHelper()
358 void UpdateProfile(const std::set<std::string>& locations, ProfileCompilationInfo* profile_info);
420 const ProfileCompilationInfo::ProfileSampleAnnotation annotation_;
590 ProfileCompilationInfo* profile_info) { in UpdateProfile()
606 return enum_cast<ProfileCompilationInfo::MethodHotness::Flag>(base_flags | Hotness::kFlagHot); in UpdateProfile()
609 return enum_cast<ProfileCompilationInfo::MethodHotness::Flag>(base_flags); in UpdateProfile()
611 return enum_cast<ProfileCompilationInfo::MethodHotness::Flag>(0u); in UpdateProfile()
630 ProfileCompilationInfo::ProfileIndexType profile_index = in UpdateProfile()
632 if (profile_index == ProfileCompilationInfo::MaxProfileIndex()) { in UpdateProfile()
662 ProfileCompilationInfo::MethodHotness::Flag flags = get_method_flags(method); in UpdateProfile()
675 ProfileCompilationInfo::MethodHotness::Flag flags = get_method_flags(*method); in UpdateProfile()
688 ProfileCompilationInfo::ProfileIndexType profile_index = in UpdateProfile()
690 if (profile_index != ProfileCompilationInfo::MaxProfileIndex()) { in UpdateProfile()
763 new ProfileCompilationInfo( in FetchAndCacheResolvedClassesAndMethods()
766 ProfileCompilationInfo* cached_info = info_it->second; in FetchAndCacheResolvedClassesAndMethods()
831 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool(), in ProcessProfilingInfo()
904 ProfileCompilationInfo *cached_info = profile_cache_it->second; in ProcessProfilingInfo()
1011 code_paths_keys.insert(ProfileCompilationInfo::GetProfileDexFileBaseKey(location)); in Start()
1016 const std::string key = ProfileCompilationInfo::GetProfileDexFileBaseKey(location); in Start()
1251 ProfileCompilationInfo::ProfileSampleAnnotation ProfileSaver::GetProfileSampleAnnotation() { in GetProfileSampleAnnotation()
1263 ? ProfileCompilationInfo::ProfileSampleAnnotation(package_name) in GetProfileSampleAnnotation()
1264 : ProfileCompilationInfo::ProfileSampleAnnotation::kNone; in GetProfileSampleAnnotation()