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

/art/runtime/gc/
H A Dheap.cc290 space::ImageSpace* boot_image_space = space::ImageSpace::CreateBootImage( local
295 if (boot_image_space != nullptr) {
296 AddSpace(boot_image_space);
297 added_image_spaces.push_back(boot_image_space);
300 uint8_t* oat_file_end_addr = boot_image_space->GetImageHeader().GetOatFileEnd();
301 CHECK_GT(oat_file_end_addr, boot_image_space->End());
303 boot_image_spaces_.push_back(boot_image_space);
307 const OatFile* boot_oat_file = boot_image_space->GetOatFile();

Completed in 34 milliseconds