Home
last modified time | relevance | path

Searched refs:boot_image_option_ (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc889 boot_image_option_ += "-Ximage:"; in ParseArgs()
890 boot_image_option_ += boot_image_filename; in ParseArgs()
897 if (image_classes_filename_ != nullptr && !boot_image_option_.empty()) { in ParseArgs()
909 if (compiled_classes_filename_ != nullptr && !boot_image_option_.empty()) { in ParseArgs()
941 if (boot_image_option_.empty()) { in ParseArgs()
1156 if (boot_image_option_.empty()) { in Setup()
1164 runtime_options.push_back(std::make_pair(boot_image_option_, nullptr)); in Setup()
1260 if (boot_image_option_.empty()) { in Setup()
1363 if (!boot_image_option_.empty()) { in Compile()
1879 std::string boot_image_option_; member in art::FINAL