Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dheap.cc456 MemMap heap_reservation; in Heap() local
465 &heap_reservation)) { in Heap()
466 DCHECK_EQ(heap_reservation_size, heap_reservation.IsValid() ? heap_reservation.Size() : 0u); in Heap()
469 DCHECK(!heap_reservation.IsValid() || request_begin == heap_reservation.Begin()) in Heap()
524 DCHECK_EQ(heap_reservation.IsValid(), !boot_image_spaces_.empty()); in Heap()
525 if (heap_reservation.IsValid()) { in Heap()
526 non_moving_space_mem_map = heap_reservation.RemapAtEnd( in Heap()
533 DCHECK(!heap_reservation.IsValid()); in Heap()
547 DCHECK_EQ(heap_reservation.IsValid(), !boot_image_spaces_.empty()); in Heap()
555 heap_reservation.IsValid() ? &heap_reservation : nullptr, in Heap()
[all …]