Searched refs:runtime_args_ (Results 1 – 3 of 3) sorted by relevance
174 runtime_args_.push_back(argv[i]); in Parse()249 std::vector<const char*> runtime_args_; member417 return StartRuntime(args->boot_image_location_, args->instruction_set_, args_->runtime_args_); in CreateRuntime()
202 runtime_args_.push_back(argv[i]); in ParseArgs()266 for (const char* runtime_arg : runtime_args_) { in CreateRuntime()374 std::vector<const char*> runtime_args_; member in art::DexoptAnalyzer
1338 AssignIfExists(args, M::RuntimeOptions, &runtime_args_); in ParseArgs()2791 for (size_t i = 0; i < runtime_args_.size(); i++) { in PrepareRuntimeOptions()2792 raw_options.push_back(std::make_pair(runtime_args_[i], nullptr)); in PrepareRuntimeOptions()3038 std::vector<const char*> runtime_args_; member in art::Dex2Oat