Searched refs:method_hotness (Results 1 – 1 of 1) sorted by relevance
1030 ProfileCompilationInfo::MethodHotness method_hotness; member1085 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() local1225 method_hotness, in VisitMethod()2282 << reinterpret_cast<void*>(ordered_method.method_hotness.GetFlags()); in InitOatCodeDexFiles()