Home
last modified time | relevance | path

Searched refs:UpdateProfileKeys (Results 1 – 4 of 4) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info_test.cc960 ASSERT_TRUE(info.UpdateProfileKeys(dex_files, &matched)); in TEST_F()
988 ASSERT_TRUE(info.UpdateProfileKeys(dex_files, &matched)); in TEST_F()
1014 ASSERT_TRUE(info.UpdateProfileKeys(dex_files, &matched)); in TEST_F()
1043 ASSERT_TRUE(info.UpdateProfileKeys(dex_files, &matched)); in TEST_F()
1071 ASSERT_TRUE(info.UpdateProfileKeys(dex_files, &matched)); in TEST_F()
1095 ASSERT_FALSE(info.UpdateProfileKeys(dex_files, &matched)); in TEST_F()
Dprofile_compilation_info.h653 bool UpdateProfileKeys(const std::vector<std::unique_ptr<const DexFile>>& dex_files,
Dprofile_compilation_info.cc2514 bool ProfileCompilationInfo::UpdateProfileKeys( in UpdateProfileKeys() function in art::ProfileCompilationInfo
/art/profman/
Dprofman.cc1928 if (!profile.UpdateProfileKeys(dex_files, &matched)) { in CopyAndUpdateProfileKey()