Lines Matching refs:Hotness
37 using Hotness = ProfileCompilationInfo::MethodHotness; typedef
70 return info->AddMethodIndex(Hotness::kFlagHot, in AddMethod()
83 dex_location, checksum, method_index, kMaxMethodIds, pmi, Hotness::kFlagPostStartup); in AddMethod()
103 Hotness::Flag flags) { in SaveProfilingInfo()
134 Hotness::Flag flags, in SaveProfilingInfoWithFakeInlineCaches()
246 profile.GetFilename(), main_methods, resolved_classes, Hotness::kFlagPostStartup)); in TEST_F()
255 Hotness h = info1.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F()
264 profile.GetFilename(), second_methods, resolved_classes, Hotness::kFlagStartup)); in TEST_F()
274 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F()
279 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F()
303 profile.GetFilename(), main_methods, Hotness::kFlagStartup, &profile_methods_map)); in TEST_F()
312 Hotness h = info.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F()