Home | History | Annotate | Download | only in dex2oat

Lines Matching defs:extra_args

63                                     const std::vector<std::string>& extra_args = {},
83 args.insert(args.end(), extra_args.begin(), extra_args.end());
95 const std::vector<std::string>& extra_args = {},
104 extra_args,
252 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) {
258 std::vector<std::string> copy(extra_args);
484 const std::vector<std::string>& extra_args = {}) {
491 std::vector<std::string> new_args(extra_args);
656 const std::vector<std::string>& extra_args = {},
669 std::vector<std::string> copy(extra_args);
940 void RunTest(bool expect_success, const std::vector<std::string>& extra_args = {}) {
946 std::vector<std::string> copy(extra_args);
977 int RunTest(const std::vector<std::string>& extra_args = {}) {
988 extra_args);
1014 std::vector<std::string> extra_args;
1016 extra_args.push_back(std::string("--class-loader-context=") + class_loader_context);
1028 extra_args,