Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc844 boot_image_filename_ = parser_options->boot_image_filename; in ProcessOptions()
851 if (image_classes_filename_ != nullptr && !boot_image_filename_.empty()) { in ProcessOptions()
887 if (boot_image_filename_.empty()) { in ProcessOptions()
989 !boot_image_filename_.empty() && in ProcessOptions()
990 CompilerOptions::IsCoreImageFilename(boot_image_filename_); in ProcessOptions()
2474 if (boot_image_filename_.empty()) { in PrepareRuntimeOptions()
2483 boot_image_option += boot_image_filename_; in PrepareRuntimeOptions()
2768 std::string boot_image_filename_; member in art::Dex2Oat