Home
last modified time | relevance | path

Searched refs:IsHot (Results 1 – 10 of 10) sorted by relevance

/art/runtime/jit/
Dprofiling_info_test.cc225 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()
Dprofile_saver.cc936 return hot ? hotness.IsHot() : hotness.IsInProfile(); in HasSeenMethod()
/art/dexlayout/
Ddex_visualize.cc179 if (!profile_info->GetMethodHotness(MethodReference(dex_file, method_idx)).IsHot()) { in DumpMethodItem()
Ddexlayout.cc1766 if (hotness.IsHot()) { in LayoutCodeItems()
/art/libprofile/profile/
Dprofile_compilation_info.h238 bool IsHot() const { in IsHot() function
Dprofile_compilation_info_test.cc829 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsHot()); in TEST_F()
Dprofile_compilation_info.cc1609 if (!hotness.IsHot()) { in GetHotMethodInfo()
/art/dex2oat/linker/
Doat_writer.cc1096 method_hotness.IsHot(), in GetMethodHotnessOrder()
1115 if (method_hotness.IsHot() && in GetMethodHotnessOrder()
/art/dex2oat/
Ddex2oat_test.cc1396 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsHot()); in TEST_F()
/art/dex2oat/driver/
Dcompiler_driver.cc960 bool result = profile_compilation_info->GetMethodHotness(method_ref).IsHot(); in ShouldCompileBasedOnProfile()