Lines Matching refs:Hotness
38 using Hotness = ProfileCompilationInfo::MethodHotness; typedef
71 return info->AddMethodIndex(Hotness::kFlagHot, in AddMethod()
84 dex_location, checksum, method_index, kMaxMethodIds, pmi, Hotness::kFlagPostStartup); in AddMethod()
104 Hotness::Flag flags) { in SaveProfilingInfo()
135 Hotness::Flag flags, in SaveProfilingInfoWithFakeInlineCaches()
353 profile.GetFilename(), main_methods, resolved_classes, Hotness::kFlagPostStartup)); in TEST_F()
362 Hotness h = info1.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F()
371 profile.GetFilename(), second_methods, resolved_classes, Hotness::kFlagStartup)); in TEST_F()
381 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F()
386 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F()
742 profile.GetFilename(), main_methods, Hotness::kFlagStartup, &profile_methods_map)); in TEST_F()
751 Hotness h = info.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F()
920 test_info.AddMethodIndex(Hotness::kFlagStartup, kDex1, kChecksum1, 1, kNumMethods); in TEST_F()
921 test_info.AddMethodIndex(Hotness::kFlagPostStartup, kDex1, kChecksum1, 5, kNumMethods); in TEST_F()
922 test_info.AddMethodIndex(Hotness::kFlagStartup, kDex2, kChecksum2, 2, kNumMethods); in TEST_F()
923 test_info.AddMethodIndex(Hotness::kFlagPostStartup, kDex2, kChecksum2, 4, kNumMethods); in TEST_F()
951 merge_info.AddMethodIndex(Hotness::kFlagStartup, kDex1, kChecksum1, 11, kNumMethods); in TEST_F()
964 info.AddMethodsForDex(static_cast<Hotness::Flag>(Hotness::kFlagHot | Hotness::kFlagStartup), in TEST_F()
968 info.AddMethodsForDex(Hotness::kFlagStartup, in TEST_F()
972 info.AddMethodsForDex(Hotness::kFlagPostStartup, in TEST_F()
1066 info.AddMethodIndex(Hotness::kFlagHot, in TEST_F()
1088 info.AddMethodIndex(Hotness::kFlagHot, in TEST_F()
1123 info.AddMethodIndex(Hotness::kFlagHot, in TEST_F()
1132 info.AddMethodIndex(Hotness::kFlagHot, in TEST_F()