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

/art/dex2oat/
H A Ddex2oat.cc344 const CompilerDriver* CreateOatFile(const std::string& boot_image_option, argument
364 if (!boot_image_option.empty()) {
1090 std::string boot_image_option; local
1092 boot_image_option += "-Ximage:";
1093 boot_image_option += boot_image_filename;
1100 if (image_classes_filename != nullptr && !boot_image_option.empty()) {
1132 if (boot_image_option.empty()) {
1244 if (boot_image_option.empty()) {
1252 runtime_options.push_back(std::make_pair(boot_image_option.c_str(), nullptr));
1313 if (boot_image_option
[all...]
/art/oatdump/
H A Doatdump.cc1777 std::string boot_image_option; local
1785 boot_image_option += "-Ximage:";
1786 boot_image_option += boot_image_location;
1787 options.push_back(std::make_pair(boot_image_option.c_str(), nullptr));

Completed in 46 milliseconds