Searched refs:profiles (Results 1 – 5 of 5) sorted by relevance
33 const std::vector<std::unique_ptr<const ProfileCompilationInfo>>& profiles, in GenerateBootImageProfile() argument37 for (const std::unique_ptr<const ProfileCompilationInfo>& profile : profiles) { in GenerateBootImageProfile()60 for (const std::unique_ptr<const ProfileCompilationInfo>& profile : profiles) { in GenerateBootImageProfile()106 for (const std::unique_ptr<const ProfileCompilationInfo>& profile : profiles) { in GenerateBootImageProfile()
49 const std::vector<std::unique_ptr<const ProfileCompilationInfo>>& profiles,
742 std::vector<ScratchFile> profiles; in TEST_F() local772 profiles.emplace_back(ScratchFile()); in TEST_F()774 dex1, profiles.back().GetFilename(), core_dex)); in TEST_F()783 profiles.emplace_back(ScratchFile()); in TEST_F()785 dex2, profiles.back().GetFilename(), core_dex)); in TEST_F()793 profiles.emplace_back(ScratchFile()); in TEST_F()795 dex3, profiles.back().GetFilename(), core_dex)); in TEST_F()808 for (const ScratchFile& profile : profiles) { in TEST_F()
1158 std::vector<std::unique_ptr<const ProfileCompilationInfo>> profiles; in CreateBootProfile() local1165 profiles.emplace_back(std::move(profile)); in CreateBootProfile()1174 profiles.emplace_back(std::move(profile)); in CreateBootProfile()1179 profiles, in CreateBootProfile()
565 # Create the profile. The runtime expects profiles to be created before