Searched refs:IsInProfile (Results 1 – 6 of 6) sorted by relevance
61 if (hotness.IsInProfile()) { in GenerateBootImageProfile()
1005 DCHECK(profile->GetMethodHotness(ref).IsInProfile()); in ProcessLine()
925 EXPECT_FALSE(info.GetMethodHotness(kDex1, kChecksum1, 2).IsInProfile()); in TEST_F()926 EXPECT_FALSE(info.GetMethodHotness(kDex1, kChecksum1, 4).IsInProfile()); in TEST_F()988 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), 0)).IsInProfile()); in TEST_F()989 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 4)).IsInProfile()); in TEST_F()990 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 7)).IsInProfile()); in TEST_F()
204 bool IsInProfile() const { in IsInProfile() function
851 return hotness.IsInProfile(); in HasSeenMethod()
1648 info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())).IsInProfile(); in LayoutStringData()1768 } else if (hotness.IsInProfile()) { in LayoutCodeItems()