Searched refs:runtime_options (Results 1 – 1 of 1) sorted by relevance
245 const RuntimeOptions& runtime_options, in Create() argument263 if (!dex2oat->CreateRuntime(runtime_options, instruction_set)) { in Create()529 bool CreateRuntime(const RuntimeOptions& runtime_options, InstructionSet instruction_set) in CreateRuntime() argument531 if (!Runtime::Create(runtime_options, false)) { in CreateRuntime()1331 RuntimeOptions runtime_options; in dex2oat() local1341 runtime_options.push_back(std::make_pair("bootclasspath", &boot_class_path)); in dex2oat()1343 runtime_options.push_back(std::make_pair(boot_image_option.c_str(), nullptr)); in dex2oat()1346 runtime_options.push_back(std::make_pair(runtime_args[i], nullptr)); in dex2oat()1353 runtime_options.push_back(std::make_pair("compilercallbacks", &callbacks)); in dex2oat()1354 runtime_options.push_back( in dex2oat()[all …]