Lines Matching refs:ProfileCompilationInfo
48 using Hotness = ProfileCompilationInfo::MethodHotness;
53 static_assert(ProfileCompilationInfo::kIndividualInlineCacheSize ==
448 new ProfileCompilationInfo( in FetchAndCacheResolvedClassesAndMethods()
451 ProfileCompilationInfo* cached_info = info_it->second; in FetchAndCacheResolvedClassesAndMethods()
556 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool()); in ProcessProfilingInfo()
629 ProfileCompilationInfo *cached_info = profile_cache_it->second; in ProcessProfilingInfo()
734 code_paths_keys.insert(ProfileCompilationInfo::GetProfileDexFileBaseKey(location)); in Start()
739 const std::string key = ProfileCompilationInfo::GetProfileDexFileBaseKey(location); in Start()
931 ProfileCompilationInfo info(Runtime::Current()->GetArenaPool()); in HasSeenMethod()
935 const ProfileCompilationInfo::MethodHotness hotness = info.GetMethodHotness(ref); in HasSeenMethod()
975 ProfileCompilationInfo::ProfileSampleAnnotation ProfileSaver::GetProfileSampleAnnotation() { in GetProfileSampleAnnotation()
987 ? ProfileCompilationInfo::ProfileSampleAnnotation(package_name) in GetProfileSampleAnnotation()
988 : ProfileCompilationInfo::ProfileSampleAnnotation::kNone; in GetProfileSampleAnnotation()