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