Searched refs:IsHot (Results 1 – 9 of 9) sorted by relevance
256 ASSERT_TRUE(h.IsHot()); in TEST_F()275 ASSERT_TRUE(h.IsHot()); in TEST_F()280 ASSERT_TRUE(h.IsHot()); in TEST_F()313 ASSERT_TRUE(h.IsHot()); in TEST_F()
179 if (!profile_info->GetMethodHotness(MethodReference(dex_file, method_idx)).IsHot()) { in DumpMethodItem()
1762 if (hotness.IsHot()) { in LayoutCodeItems()
189 bool IsHot() const { in IsHot() function
746 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsHot()); in TEST_F()
1750 if (!hotness.IsHot()) { in GetMethod()
1064 method_hotness.IsHot(), in GetMethodHotnessOrder()1083 if (method_hotness.IsHot() && in GetMethodHotnessOrder()
1375 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsHot()); in TEST_F()
956 bool result = profile_compilation_info->GetMethodHotness(method_ref).IsHot(); in ShouldCompileBasedOnProfile()