Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:hotness

1736   // Assign hotness flags to all code items.
1759 using Hotness = ProfileCompilationInfo::MethodHotness;
1760 Hotness hotness = info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex()));
1762 if (hotness.IsHot()) {
1766 } else if (is_startup_clinit || hotness.GetFlags() == Hotness::kFlagStartup) {
1771 } else if (hotness.IsInProfile()) {
1777 // Already exists, merge the hotness.