Searched refs:boot_image_option (Results 1 – 3 of 3) sorted by relevance
353 const CompilerDriver* CreateOatFile(const std::string& boot_image_option, in CreateOatFile() argument375 if (!boot_image_option.empty()) { in CreateOatFile()1145 std::string boot_image_option; in dex2oat() local1147 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 …]
1792 std::string boot_image_option; in oatdump() local1800 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()
613 std::string boot_image_option("--boot-image="); in GenerateOatFile() local621 boot_image_option += heap->GetImageSpace()->GetImageLocation(); in GenerateOatFile()657 argv.push_back(boot_image_option); in GenerateOatFile()