Searched defs:boot_image_option (Results 1 - 2 of 2) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc353 const CompilerDriver* CreateOatFile(const std::string& boot_image_option, argument
375 if (!boot_image_option.empty()) {
1145 std::string boot_image_option; local
1147 boot_image_option += "-Ximage:";
1148 boot_image_option += boot_image_filename;
1155 if (image_classes_filename != nullptr && !boot_image_option.empty()) {
1167 if (compiled_classes_filename != nullptr && !boot_image_option.empty()) {
1199 if (boot_image_option.empty()) {
1334 if (boot_image_option.empty()) {
1343 runtime_options.push_back(std::make_pair(boot_image_option
[all...]
/art/oatdump/
H A Doatdump.cc1792 std::string boot_image_option; local
1800 boot_image_option += "-Ximage:";
1801 boot_image_option += boot_image_location;
1802 options.push_back(std::make_pair(boot_image_option.c_str(), nullptr));

Completed in 119 milliseconds