Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline.h174 runtime_args_.push_back(argv[i]); in Parse()
249 std::vector<const char*> runtime_args_; member
417 return StartRuntime(args->boot_image_location_, args->instruction_set_, args_->runtime_args_); in CreateRuntime()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc202 runtime_args_.push_back(argv[i]); in ParseArgs()
268 for (const char* runtime_arg : runtime_args_) { in CreateRuntime()
473 std::vector<const char*> runtime_args_; member in art::dexoptanalyzer::DexoptAnalyzer
/art/dex2oat/
Ddex2oat.cc1062 AssignIfExists(args, M::RuntimeOptions, &runtime_args_); in ParseArgs()
2678 for (size_t i = 0; i < runtime_args_.size(); i++) { in PrepareRuntimeOptions()
2679 raw_options.push_back(std::make_pair(runtime_args_[i], nullptr)); in PrepareRuntimeOptions()
2925 std::vector<const char*> runtime_args_; member in art::Dex2Oat