Searched refs:UpdateProfileKeys (Results 1 – 4 of 4) sorted by relevance
843 ASSERT_TRUE(info.UpdateProfileKeys(dex_files)); in TEST_F()864 ASSERT_TRUE(info.UpdateProfileKeys(dex_files)); in TEST_F()907 ASSERT_FALSE(info.UpdateProfileKeys(dex_files)); in TEST_F()
443 bool UpdateProfileKeys(const std::vector<std::unique_ptr<const DexFile>>& dex_files);
2252 bool ProfileCompilationInfo::UpdateProfileKeys( in UpdateProfileKeys() function in art::ProfileCompilationInfo
1278 if (!profile.UpdateProfileKeys(dex_files)) { in CopyAndUpdateProfileKey()