Searched refs:boot_image_ (Results 1 – 7 of 7) sorted by relevance
185 return boot_image_; in IsBootImage()191 DCHECK(!core_image_ || boot_image_); in IsCoreImage()305 bool boot_image_; variable
41 boot_image_(false), in CompilerOptions()
41 compiler_options_->boot_image_ = false; in CompileAll()
887 : boot_image_(boot_image), in FixupVisitor()896 if (boot_image_.InSource(uint_src)) { in ForwardObject()897 return reinterpret_cast<T*>(boot_image_.ToDest(uint_src)); in ForwardObject()928 const RelocationRange boot_image_; member in art::gc::space::ImageSpaceLoader::FixupVisitor1076 FixupObjectAdapter visitor(boot_image_, boot_oat_, app_image_, app_oat_); in operator ()()
185 compiler_options_->boot_image_ = true; in CreateCompilerDriver()
82 compiler_options_->boot_image_ = false; in SetupCompilerDriver()
730 compiler_options_->boot_image_ = !image_filenames_.empty(); in ProcessOptions()