Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info_test.cc256 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()
/art/dexlayout/
Ddex_visualize.cc179 if (!profile_info->GetMethodHotness(MethodReference(dex_file, method_idx)).IsHot()) { in DumpMethodItem()
Ddexlayout.cc1762 if (hotness.IsHot()) { in LayoutCodeItems()
/art/libprofile/profile/
Dprofile_compilation_info.h189 bool IsHot() const { in IsHot() function
Dprofile_compilation_info_test.cc746 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsHot()); in TEST_F()
Dprofile_compilation_info.cc1750 if (!hotness.IsHot()) { in GetMethod()
/art/dex2oat/linker/
Doat_writer.cc1064 method_hotness.IsHot(), in GetMethodHotnessOrder()
1083 if (method_hotness.IsHot() && in GetMethodHotnessOrder()
/art/dex2oat/
Ddex2oat_test.cc1375 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsHot()); in TEST_F()
/art/dex2oat/driver/
Dcompiler_driver.cc956 bool result = profile_compilation_info->GetMethodHotness(method_ref).IsHot(); in ShouldCompileBasedOnProfile()