Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc415 MemMap heap_reservation; in Heap() local
426 &heap_reservation)) { in Heap()
427 DCHECK_EQ(heap_reservation_size, heap_reservation.IsValid() ? heap_reservation.Size() : 0u); in Heap()
430 DCHECK(!heap_reservation.IsValid() || request_begin == heap_reservation.Begin()) in Heap()
432 << " heap_reservation.Begin()=" << static_cast<const void*>(heap_reservation.Begin()); in Heap()
485 DCHECK_EQ(heap_reservation.IsValid(), !boot_image_spaces_.empty()); in Heap()
486 if (heap_reservation.IsValid()) { in Heap()
487 non_moving_space_mem_map = heap_reservation.RemapAtEnd( in Heap()
488 heap_reservation.Begin(), space_name, PROT_READ | PROT_WRITE, &error_str); in Heap()
494 DCHECK(!heap_reservation.IsValid()); in Heap()
[all …]