Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc353 const CompilerDriver* CreateOatFile(const std::string& boot_image_option, in CreateOatFile() argument
375 if (!boot_image_option.empty()) { in CreateOatFile()
1145 std::string boot_image_option; in dex2oat() local
1147 boot_image_option += "-Ximage:"; in dex2oat()
1148 boot_image_option += boot_image_filename; in dex2oat()
1155 if (image_classes_filename != nullptr && !boot_image_option.empty()) { in dex2oat()
1167 if (compiled_classes_filename != nullptr && !boot_image_option.empty()) { in dex2oat()
1199 if (boot_image_option.empty()) { in dex2oat()
1334 if (boot_image_option.empty()) { in dex2oat()
1343 runtime_options.push_back(std::make_pair(boot_image_option.c_str(), nullptr)); in dex2oat()
[all …]
/art/oatdump/
Doatdump.cc1792 std::string boot_image_option; in oatdump() local
1800 boot_image_option += "-Ximage:"; in oatdump()
1801 boot_image_option += boot_image_location; in oatdump()
1802 options.push_back(std::make_pair(boot_image_option.c_str(), nullptr)); in oatdump()
/art/runtime/
Dclass_linker.cc613 std::string boot_image_option("--boot-image="); in GenerateOatFile() local
621 boot_image_option += heap->GetImageSpace()->GetImageLocation(); in GenerateOatFile()
657 argv.push_back(boot_image_option); in GenerateOatFile()