Home
last modified time | relevance | path

Searched refs:method_hotness (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/linker/
Doat_writer.cc1030 ProfileCompilationInfo::MethodHotness method_hotness; member
1085 method_hotness.IsHot(), in GetMethodHotnessOrder()
1086 method_hotness.IsStartup(), in GetMethodHotnessOrder()
1087 method_hotness.IsPostStartup() in GetMethodHotnessOrder()
1104 if (method_hotness.IsHot() && in GetMethodHotnessOrder()
1105 !method_hotness.IsStartup() && !method_hotness.IsPostStartup()) { in GetMethodHotnessOrder()
1218 ProfileCompilationInfo::MethodHotness method_hotness = in VisitMethod() local
1225 method_hotness, in VisitMethod()
2282 << reinterpret_cast<void*>(ordered_method.method_hotness.GetFlags()); in InitOatCodeDexFiles()