Home
last modified time | relevance | path

Searched refs:IsInProfile (Results 1 – 6 of 6) sorted by relevance

/art/profman/
Dboot_image_profile.cc60 if (hotness.IsInProfile()) { in GenerateBootImageProfile()
Dprofman.cc888 DCHECK(profile->GetMethodHotness(ref).IsInProfile()); in ProcessLine()
/art/runtime/jit/
Dprofile_compilation_info_test.cc871 EXPECT_FALSE(info.GetMethodHotness(kDex1, kChecksum1, 2).IsInProfile()); in TEST_F()
872 EXPECT_FALSE(info.GetMethodHotness(kDex1, kChecksum1, 4).IsInProfile()); in TEST_F()
934 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), 0)).IsInProfile()); in TEST_F()
935 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 4)).IsInProfile()); in TEST_F()
936 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 7)).IsInProfile()); in TEST_F()
Dprofile_compilation_info.h201 bool IsInProfile() const { in IsInProfile() function
Dprofile_saver.cc814 return hotness.IsInProfile(); in HasSeenMethod()
/art/dexlayout/
Ddexlayout.cc1571 info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())).IsInProfile(); in LayoutStringData()
1725 } else if (hotness.IsInProfile()) { in LayoutCodeItems()