Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc947 ASSERT_TRUE(info.UpdateProfileKeys(dex_files)); in TEST_F()
973 ASSERT_TRUE(info.UpdateProfileKeys(dex_files)); in TEST_F()
996 ASSERT_TRUE(info.UpdateProfileKeys(dex_files)); in TEST_F()
1028 ASSERT_FALSE(info.UpdateProfileKeys(dex_files)); in TEST_F()
H A Dprofile_compilation_info.h607 bool UpdateProfileKeys(const std::vector<std::unique_ptr<const DexFile>>& dex_files);
H A Dprofile_compilation_info.cc2409 bool ProfileCompilationInfo::UpdateProfileKeys( in UpdateProfileKeys() function in art::ProfileCompilationInfo
/aosp12/art/profman/
H A Dprofman.cc1885 if (!profile.UpdateProfileKeys(dex_files)) { in CopyAndUpdateProfileKey()