Searched refs:hotness (Results 1 – 10 of 10) sorted by relevance
17 ${RUN} "$@" -Xcompiler-option --count-hotness-in-compiled-code
1 Test for the --count-hotness-in-compiled-code compiler option.
1 Check that profile recording with AOT hotness.
17 -Xcompiler-option --count-hotness-in-compiled-code \
1608 MethodHotness hotness(GetMethodHotness(method_ref, annotation)); in GetHotMethodInfo() local1609 if (!hotness.IsHot()) { in GetHotMethodInfo()1612 const InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in GetHotMethodInfo()1760 MethodHotness hotness = dex_data->GetHotnessInfo(method_idx); in GetClassesAndMethods() local1761 if (hotness.IsStartup()) { in GetClassesAndMethods()1764 if (hotness.IsPostStartup()) { in GetClassesAndMethods()2323 MethodHotness hotness = dex_data->GetHotnessInfo(method_idx); in ExtractProfileData() local2324 if (!hotness.IsInProfile()) { in ExtractProfileData()2332 metadata.flags_ |= hotness.flags_; in ExtractProfileData()
935 const ProfileCompilationInfo::MethodHotness hotness = info.GetMethodHotness(ref); in HasSeenMethod() local936 return hot ? hotness.IsHot() : hotness.IsInProfile(); in HasSeenMethod()
1761 Hotness hotness = info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())); in LayoutCodeItems() local1763 if (hotness.IsHot()) { in LayoutCodeItems()1767 } else if (is_startup_clinit || hotness.GetFlags() == Hotness::kFlagStartup) { in LayoutCodeItems()1772 } else if (hotness.IsInProfile()) { in LayoutCodeItems()
422 mov rPROFILE, r0 @ Starting hotness countdown to rPROFILE
715 ProfileCompilationInfo::MethodHotness hotness = in ResolveConstStrings() local717 if (added_preresolved_string_array ? !hotness.IsStartup() : !hotness.IsInProfile()) { in ResolveConstStrings()
1084 bool hotness[] = { in GetMethodHotnessOrder() local1096 for (size_t i = 0; i < arraysize(hotness); ++i) { in GetMethodHotnessOrder()1097 if (hotness[i]) { in GetMethodHotnessOrder()