• Home
  • Raw
  • Download

Lines Matching refs:extra_args

175       const std::vector<const std::string>& extra_args = std::vector<const std::string>()) {  in ProcessProfiles()  argument
183 argv_str.insert(argv_str.end(), extra_args.begin(), extra_args.end()); in ProcessProfiles()
232 std::vector<std::string>& extra_args, in RunProfman() argument
239 argv_str.insert(argv_str.end(), extra_args.begin(), extra_args.end()); in RunProfman()
258 std::vector<std::string> extra_args; in DumpClassesAndMethods() local
259 extra_args.push_back("--dump-classes-and-methods"); in DumpClassesAndMethods()
261 filename, extra_args, file_contents, target.value_or(GetLibCoreDexFileNames()[0])); in DumpClassesAndMethods()
265 std::vector<std::string> extra_args; in DumpOnly() local
266 extra_args.push_back("--dump-only"); in DumpOnly()
267 return RunProfman(filename, extra_args, file_contents, GetLibCoreDexFileNames()[0]); in DumpOnly()
419 const std::vector<const std::string>& extra_args = in CheckCompilationMethodPercentChange() argument
440 return ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in CheckCompilationMethodPercentChange()
445 const std::vector<const std::string>& extra_args = in CheckCompilationClassPercentChange() argument
469 return ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in CheckCompilationClassPercentChange()
669 std::vector<const std::string> extra_args({"--min-new-methods-percent-change=2"}); in TEST_F() local
674 kNumberOfMethodsInCurProfile, kNumberOfMethodsInRefProfile, extra_args)); in TEST_F()
680 std::vector<const std::string> extra_args({"--min-new-methods-percent-change=2"}); in TEST_F() local
685 kNumberOfMethodsInCurProfile, kNumberOfMethodsInRefProfile, extra_args)); in TEST_F()
691 std::vector<const std::string> extra_args({"--min-new-classes-percent-change=2"}); in TEST_F() local
696 kNumberOfClassesInCurProfile, kNumberOfClassesInRefProfile, extra_args)); in TEST_F()
702 std::vector<const std::string> extra_args({"--min-new-classes-percent-change=2"}); in TEST_F() local
707 kNumberOfClassesInCurProfile, kNumberOfClassesInRefProfile, extra_args)); in TEST_F()
2145 std::vector<const std::string> extra_args({"--force-merge"}); in TEST_F() local
2146 int return_code = ProcessProfiles(profile_fds, reference_profile_fd, extra_args); in TEST_F()
2171 std::vector<const std::string> extra_args({"--force-merge-and-analyze"}); in TEST_F() local
2172 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F()
2197 std::vector<const std::string> extra_args({"--force-merge-and-analyze"}); in TEST_F() local
2198 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F()
2222 std::vector<const std::string> extra_args({"--force-merge-and-analyze"}); in TEST_F() local
2223 int return_code = ProcessProfiles({cur_profile.GetFd()}, ref_profile.GetFd(), extra_args); in TEST_F()