Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc358 boot_image_spaces_(), in Heap()
436 boot_image_spaces_.push_back(space.get()); in Heap()
439 boot_images_start_address_ = PointerToLowMemUInt32(boot_image_spaces_.front()->Begin()); in Heap()
441 PointerToLowMemUInt32(boot_image_spaces_.back()->GetImageHeader().GetOatFileEnd()); in Heap()
444 VerifyBootImagesContiguity(boot_image_spaces_); in Heap()
487 DCHECK_EQ(heap_reservation.IsValid(), !boot_image_spaces_.empty()); in Heap()
510 DCHECK_EQ(heap_reservation.IsValid(), !boot_image_spaces_.empty()); in Heap()
735 for (space::ImageSpace* space : boot_image_spaces_) { in Heap()
4129 any_of(boot_image_spaces_.begin(), in ObjectIsInBootImageSpace()
4130 boot_image_spaces_.end(), in ObjectIsInBootImageSpace()
[all …]
Dheap.h696 return boot_image_spaces_; in GetBootImageSpaces()
785 return !boot_image_spaces_.empty(); in HasBootImageSpace()
1606 std::vector<space::ImageSpace*> boot_image_spaces_; variable