Searched defs:boot_image_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/driver/
H A Dcompiler_options.h185 return boot_image_;
190 // Ensure that `core_image_` => `boot_image_`.
191 DCHECK(!core_image_ || boot_image_);
305 bool boot_image_; member in class:art::FINAL
/art/runtime/gc/space/
H A Dimage_space.cc887 : boot_image_(boot_image),
896 if (boot_image_.InSource(uint_src)) {
897 return reinterpret_cast<T*>(boot_image_.ToDest(uint_src));
928 const RelocationRange boot_image_; member in class:art::gc::space::ImageSpaceLoader::FixupVisitor
1076 FixupObjectAdapter visitor(boot_image_, boot_oat_, app_image_, app_oat_);

Completed in 102 milliseconds