Searched refs:GetMethodHotness (Results 1 – 11 of 11) sorted by relevance
66 return info.GetMethodHotness(MethodReference(dex, method_idx), annotation); in GetMethod()809 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex1, 2)).IsInProfile()); in TEST_F()810 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex1, 4)).IsInProfile()); in TEST_F()811 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, 1)).IsStartup()); in TEST_F()812 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex1, 3)).IsStartup()); in TEST_F()813 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, 5)).IsPostStartup()); in TEST_F()814 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex1, 6)).IsStartup()); in TEST_F()815 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex2, 2)).IsStartup()); in TEST_F()816 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex2, 4)).IsPostStartup()); in TEST_F()831 EXPECT_FALSE(test_info.GetMethodHotness(MethodReference(dex1, 11)).IsStartup()); in TEST_F()[all …]
528 MethodHotness GetMethodHotness(
1947 ProfileCompilationInfo::MethodHotness ProfileCompilationInfo::GetMethodHotness( in GetMethodHotness() function in art::ProfileCompilationInfo
196 Hotness h = info1.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F()216 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F()221 Hotness h = info2.GetMethodHotness(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())); in TEST_F()257 Hotness h = info.GetMethodHotness(method_ref); in TEST_F()261 ProfileCompilationInfo::MethodHotness offline_hotness = info.GetMethodHotness(method_ref); in TEST_F()
79 const ProfileCompilationInfo::MethodHotness hotness = info.GetMethodHotness(ref); in Java_Main_presentInProfile()
347 info.GetMethodHotness(MethodReference(method->GetDexFile(), method->GetDexMethodIndex())); in AssertInlineCaches()365 info.GetMethodHotness(MethodReference(method->GetDexFile(), method->GetDexMethodIndex())); in AssertInlineCaches()867 info.GetMethodHotness(MethodReference(method.GetDexFile(), method.GetDexMethodIndex())); in TEST_F()1358 ProfileCompilationInfo::MethodHotness hotness_no_inline_cache = info.GetMethodHotness( in TEST_F()1498 ProfileCompilationInfo::MethodHotness hotness_no_inline_cache = info.GetMethodHotness( in TEST_F()1576 ProfileCompilationInfo::MethodHotness hotness_super = info.GetMethodHotness( in TEST_F()1595 info.GetMethodHotness(MethodReference(dex_file, sub_method_index)); in TEST_F()1671 info.GetMethodHotness(MethodReference(dex_file, inline_monomorphic->GetDexMethodIndex())); in TEST_F()1869 ASSERT_TRUE(result.GetMethodHotness(MethodReference(&d1, i)).IsHot()) << i; in TEST_F()1870 ASSERT_TRUE(result.GetMethodHotness(MethodReference(&d2, i)).IsHot()) << i; in TEST_F()[all …]
799 profile_info.GetMethodHotness(MethodReference(dex_file, dex_method_idx)); in GetInlineCacheLine()1599 DCHECK(profile->GetMethodHotness(ref, annotation).IsInProfile()) << method_spec; in ProcessLine()
179 if (!profile_info->GetMethodHotness(MethodReference(dex_file, method_idx)).IsHot()) { in DumpMethodItem()
1723 info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())).IsInProfile(); in LayoutStringData()1831 Hotness hotness = info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())); in LayoutCodeItems()
1328 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsHot()); in TEST_F()1329 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsStartup()); in TEST_F()1332 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsStartup()); in TEST_F()1335 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsPostStartup()); in TEST_F()
653 ProfileCompilationInfo::MethodHotness hotness = pci->GetMethodHotness(MethodReference( in GetInlineCacheAOT()