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()) {
754 std::string boot_image_option; local
756 boot_image_option += "-Ximage:";
757 boot_image_option += boot_image_filename;
764 if (image_classes_filename != NULL && !boot_image_option.empty()) {
796 if (boot_image_option.empty()) {
853 if (boot_image_option.empty()) {
861 options.push_back(std::make_pair(boot_image_option.c_str(), reinterpret_cast<void*>(NULL)));
906 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 6535 milliseconds