Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info_test.cc777 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex1, 2)).IsInProfile()); in TEST_F()
778 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex1, 4)).IsInProfile()); in TEST_F()
840 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), 0)).IsInProfile()); in TEST_F()
841 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 4)).IsInProfile()); in TEST_F()
842 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 7)).IsInProfile()); in TEST_F()
1247 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, index)).IsInProfile()); in TEST_F()
1277 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, 0)).IsInProfile()); in TEST_F()
1319 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, 0)).IsInProfile()); in TEST_F()
1323 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, 1)).IsInProfile()); in TEST_F()
1332 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, 0)).IsInProfile()); in TEST_F()
[all …]
Dprofile_compilation_info.h262 bool IsInProfile() const { in IsInProfile() function
Dprofile_compilation_info.cc2324 if (!hotness.IsInProfile()) { in ExtractProfileData()
/art/runtime/jit/
Dprofile_saver.cc936 return hot ? hotness.IsHot() : hotness.IsInProfile(); in HasSeenMethod()
/art/dexlayout/
Ddexlayout.cc1656 info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())).IsInProfile(); in LayoutStringData()
1775 } else if (hotness.IsInProfile()) { in LayoutCodeItems()
/art/profman/
Dprofman.cc1191 DCHECK(profile->GetMethodHotness(ref, annotation).IsInProfile()) << method_spec; in ProcessLine()
/art/dex2oat/driver/
Dcompiler_driver.cc714 if (added_preresolved_string_array ? !hotness.IsStartup() : !hotness.IsInProfile()) { in ResolveConstStrings()