Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc356 boot_image_spaces_(), in Heap()
434 boot_image_spaces_.push_back(space.get()); in Heap()
437 boot_images_start_address_ = PointerToLowMemUInt32(boot_image_spaces_.front()->Begin()); in Heap()
439 PointerToLowMemUInt32(boot_image_spaces_.back()->GetImageHeader().GetOatFileEnd()); in Heap()
442 VerifyBootImagesContiguity(boot_image_spaces_); in Heap()
485 DCHECK_EQ(heap_reservation.IsValid(), !boot_image_spaces_.empty()); in Heap()
508 DCHECK_EQ(heap_reservation.IsValid(), !boot_image_spaces_.empty()); in Heap()
733 for (space::ImageSpace* space : boot_image_spaces_) { in Heap()
4127 any_of(boot_image_spaces_.begin(), in ObjectIsInBootImageSpace()
4128 boot_image_spaces_.end(), in ObjectIsInBootImageSpace()
[all …]
Dheap.h694 return boot_image_spaces_; in GetBootImageSpaces()
783 return !boot_image_spaces_.empty(); in HasBootImageSpace()
1599 std::vector<space::ImageSpace*> boot_image_spaces_; variable