Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc1041 ProfileCompilationInfo::MethodHotness method_hotness; member
1096 method_hotness.IsHot(), in GetMethodHotnessOrder()
1097 method_hotness.IsStartup(), in GetMethodHotnessOrder()
1098 method_hotness.IsPostStartup() in GetMethodHotnessOrder()
1115 if (method_hotness.IsHot() && in GetMethodHotnessOrder()
1116 !method_hotness.IsStartup() && !method_hotness.IsPostStartup()) { in GetMethodHotnessOrder()
1229 ProfileCompilationInfo::MethodHotness method_hotness = in VisitMethod() local
1236 method_hotness, in VisitMethod()
2293 << reinterpret_cast<void*>(ordered_method.method_hotness.GetFlags()); in InitOatCodeDexFiles()