Home
last modified time | relevance | path

Searched refs:runtime_args_ (Results 1 – 3 of 3) sorted by relevance

/art/cmdline/
Dcmdline.h134 runtime_args_.push_back(argv[i]); in Parse()
220 std::vector<const char*> runtime_args_; member
305 for (std::string_view arg : runtime_args_) { in ParseBootclasspath()
447 return StartRuntime(args->boot_image_locations_, args->instruction_set_, args_->runtime_args_); in CreateRuntime()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc195 runtime_args_.push_back(argv[i]); in ParseArgs()
264 for (const char* runtime_arg : runtime_args_) { in CreateRuntime()
394 std::vector<const char*> runtime_args_; member in art::dexoptanalyzer::DexoptAnalyzer
/art/dex2oat/
Ddex2oat.cc730 if (std::any_of(runtime_args_.begin(), runtime_args_.end(), [](std::string_view arg) { in ProcessOptions()
1097 AssignIfExists(args, M::RuntimeOptions, &runtime_args_); in ParseArgs()
2685 for (size_t i = 0; i < runtime_args_.size(); i++) { in PrepareRuntimeOptions()
2686 raw_options.push_back(std::make_pair(runtime_args_[i], nullptr)); in PrepareRuntimeOptions()
2937 std::vector<const char*> runtime_args_; member in art::Dex2Oat