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

/art/dex2oat/
H A Ddex2oat.cc226 const CompilerDriver* CreateOatFile(const std::string& boot_image_option, argument
240 if (!boot_image_option.empty()) {
749 std::string boot_image_option; local
751 boot_image_option += "-Ximage:";
752 boot_image_option += boot_image_filename;
759 if (image_classes_filename != NULL && !boot_image_option.empty()) {
791 if (boot_image_option.empty()) {
848 if (boot_image_option.empty()) {
856 options.push_back(std::make_pair(boot_image_option.c_str(), reinterpret_cast<void*>(NULL)));
901 if (boot_image_option
[all...]
/art/oatdump/
H A Doatdump.cc1429 std::string boot_image_option; local
1436 boot_image_option += "-Ximage:";
1437 boot_image_option += boot_image_filename;
1438 options.push_back(std::make_pair(boot_image_option.c_str(), reinterpret_cast<void*>(NULL)));
/art/runtime/
H A Dclass_linker.cc555 const char* boot_image_option = boot_image_option_string.c_str(); local
609 << " " << boot_image_option
623 boot_image_option,

Completed in 71 milliseconds