Searched refs:UpdateProfileKeys (Results 1 – 4 of 4) sorted by relevance
947 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()
607 bool UpdateProfileKeys(const std::vector<std::unique_ptr<const DexFile>>& dex_files);
2409 bool ProfileCompilationInfo::UpdateProfileKeys( in UpdateProfileKeys() function in art::ProfileCompilationInfo
1885 if (!profile.UpdateProfileKeys(dex_files)) { in CopyAndUpdateProfileKey()