Searched refs:IsInProfile (Results 1 – 6 of 6) sorted by relevance
60 if (hotness.IsInProfile()) { in GenerateBootImageProfile()
888 DCHECK(profile->GetMethodHotness(ref).IsInProfile()); in ProcessLine()
871 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()
201 bool IsInProfile() const { in IsInProfile() function
814 return hotness.IsInProfile(); in HasSeenMethod()
1571 info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())).IsInProfile(); in LayoutStringData()1725 } else if (hotness.IsInProfile()) { in LayoutCodeItems()