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

/art/runtime/gc/space/
H A Dimage_space.cc1708 std::vector<space::ImageSpace*>* boot_image_spaces,
1710 DCHECK(boot_image_spaces != nullptr);
1711 DCHECK(boot_image_spaces->empty());
1736 boot_image_spaces->push_back(boot_image_space);
1770 for (space::Space* loaded_space : *boot_image_spaces) {
1773 boot_image_spaces->clear();
1706 LoadBootImage(const std::string& image_file_name, const InstructionSet image_instruction_set, std::vector<space::ImageSpace*>* boot_image_spaces, uint8_t** oat_file_end) argument

Completed in 134 milliseconds