Searched refs:IsHot (Results 1 – 11 of 11) sorted by relevance
198 ASSERT_TRUE(h.IsHot()); in TEST_F()218 ASSERT_TRUE(h.IsHot()); in TEST_F()223 ASSERT_TRUE(h.IsHot()); in TEST_F()259 ASSERT_TRUE(h.IsHot()); in TEST_F()263 ASSERT_TRUE(offline_hotness.IsHot()); in TEST_F()
544 ASSERT_TRUE(loaded_hotness1.IsHot()); in TEST_F()548 ASSERT_TRUE(loaded_hotness2.IsHot()); in TEST_F()589 ASSERT_TRUE(loaded_hotness1.IsHot()); in TEST_F()637 ASSERT_TRUE(loaded_hotness1.IsHot()); in TEST_F()678 ASSERT_TRUE(hotness.IsHot()); in TEST_F()735 ASSERT_TRUE(loaded_hotness1.IsHot()); in TEST_F()738 ASSERT_TRUE(loaded_hotness2.IsHot()); in TEST_F()872 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsHot()); in TEST_F()967 ASSERT_TRUE(loaded_hotness.IsHot()); in TEST_F()995 ASSERT_TRUE(loaded_hotness.IsHot()); in TEST_F()[all …]
95 CHECK(actual_hotness.IsHot()); in EqualInlineCaches()
215 bool IsHot() const { in IsHot() function
82 return hotness.IsHot() ? JNI_TRUE : JNI_FALSE; in Java_Main_presentInProfile()
350 ASSERT_TRUE(hotness.IsHot()); in AssertInlineCaches()368 ASSERT_TRUE(hotness.IsHot()); in AssertInlineCaches()867 ASSERT_TRUE(hotness.IsHot()) << method.PrettyMethod(); in TEST_F()1359 ASSERT_TRUE(hotness_no_inline_cache.IsHot()); in TEST_F()1499 ASSERT_TRUE(hotness_no_inline_cache.IsHot()); in TEST_F()1576 ASSERT_TRUE(hotness_super.IsHot()); in TEST_F()1594 ASSERT_TRUE(hotness_sub.IsHot()); in TEST_F()1670 ASSERT_FALSE(hotness.IsHot()); in TEST_F()2032 ASSERT_TRUE(result.GetMethodHotness(MethodReference(&d1, i)).IsHot()) << i; in TEST_F()2033 ASSERT_TRUE(result.GetMethodHotness(MethodReference(&d2, i)).IsHot()) << i; in TEST_F()[all …]
806 DCHECK(!hotness.IsHot() || hotness.GetInlineCacheMap() != nullptr); in GetInlineCacheLine()807 if (!hotness.IsHot() || hotness.GetInlineCacheMap()->empty()) { in GetInlineCacheLine()
179 if (!profile_info->GetMethodHotness(MethodReference(dex_file, method_idx)).IsHot()) { in DumpMethodItem()
2068 if (hotness.IsHot()) { in LayoutCodeItems()
682 if (!hotness.IsHot()) { in GetInlineCacheAOT()
1280 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsHot()); in TEST_F()