Searched refs:IsInProfile (Results 1 – 7 of 7) sorted by relevance
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 777 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 …]
|
D | profile_compilation_info.h | 262 bool IsInProfile() const { in IsInProfile() function
|
D | profile_compilation_info.cc | 2324 if (!hotness.IsInProfile()) { in ExtractProfileData()
|
/art/runtime/jit/ |
D | profile_saver.cc | 936 return hot ? hotness.IsHot() : hotness.IsInProfile(); in HasSeenMethod()
|
/art/dexlayout/ |
D | dexlayout.cc | 1656 info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())).IsInProfile(); in LayoutStringData() 1775 } else if (hotness.IsInProfile()) { in LayoutCodeItems()
|
/art/profman/ |
D | profman.cc | 1191 DCHECK(profile->GetMethodHotness(ref, annotation).IsInProfile()) << method_spec; in ProcessLine()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 714 if (added_preresolved_string_array ? !hotness.IsStartup() : !hotness.IsInProfile()) { in ResolveConstStrings()
|