Searched refs:IsHot (Results 1 – 10 of 10) sorted by relevance
225 ASSERT_TRUE(h.IsHot()); in TEST_F()246 ASSERT_TRUE(h.IsHot()); in TEST_F()251 ASSERT_TRUE(h.IsHot()); in TEST_F()287 ASSERT_TRUE(h.IsHot()); in TEST_F()
936 return hot ? hotness.IsHot() : hotness.IsInProfile(); in HasSeenMethod()
179 if (!profile_info->GetMethodHotness(MethodReference(dex_file, method_idx)).IsHot()) { in DumpMethodItem()
1766 if (hotness.IsHot()) { in LayoutCodeItems()
238 bool IsHot() const { in IsHot() function
829 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsHot()); in TEST_F()
1609 if (!hotness.IsHot()) { in GetHotMethodInfo()
1096 method_hotness.IsHot(), in GetMethodHotnessOrder()1115 if (method_hotness.IsHot() && in GetMethodHotnessOrder()
1396 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsHot()); in TEST_F()
960 bool result = profile_compilation_info->GetMethodHotness(method_ref).IsHot(); in ShouldCompileBasedOnProfile()