Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info_test.cc198 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()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc544 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 …]
Dprofile_test_helper.h95 CHECK(actual_hotness.IsHot()); in EqualInlineCaches()
Dprofile_compilation_info.h215 bool IsHot() const { in IsHot() function
/art/test/595-profile-saving/
Dprofile-saving.cc82 return hotness.IsHot() ? JNI_TRUE : JNI_FALSE; in Java_Main_presentInProfile()
/art/profman/
Dprofile_assistant_test.cc350 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 …]
Dprofman.cc806 DCHECK(!hotness.IsHot() || hotness.GetInlineCacheMap() != nullptr); in GetInlineCacheLine()
807 if (!hotness.IsHot() || hotness.GetInlineCacheMap()->empty()) { in GetInlineCacheLine()
/art/dexlayout/
Ddex_visualize.cc179 if (!profile_info->GetMethodHotness(MethodReference(dex_file, method_idx)).IsHot()) { in DumpMethodItem()
Ddexlayout.cc2068 if (hotness.IsHot()) { in LayoutCodeItems()
/art/compiler/optimizing/
Dinliner.cc682 if (!hotness.IsHot()) { in GetInlineCacheAOT()
/art/dex2oat/
Ddex2oat_test.cc1280 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsHot()); in TEST_F()