Home | History | Annotate | Download | only in profman

Lines Matching defs:extra_args

231                   std::vector<std::string>& extra_args,
237 argv_str.insert(argv_str.end(), extra_args.begin(), extra_args.end());
255 std::vector<std::string> extra_args;
256 extra_args.push_back("--dump-classes-and-methods");
257 return RunProfman(filename, extra_args, file_contents);
261 std::vector<std::string> extra_args;
262 extra_args.push_back("--dump-only");
263 return RunProfman(filename, extra_args, file_contents);