Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc371 MemMap heap_reservation; in Heap() local
382 &heap_reservation)) { in Heap()
383 DCHECK_EQ(heap_reservation_size, heap_reservation.IsValid() ? heap_reservation.Size() : 0u); in Heap()
386 DCHECK(!heap_reservation.IsValid() || request_begin == heap_reservation.Begin()) in Heap()
388 << " heap_reservation.Begin()=" << static_cast<const void*>(heap_reservation.Begin()); in Heap()
434 DCHECK_EQ(heap_reservation.IsValid(), !boot_image_spaces_.empty()); in Heap()
435 if (heap_reservation.IsValid()) { in Heap()
436 non_moving_space_mem_map = heap_reservation.RemapAtEnd( in Heap()
437 heap_reservation.Begin(), space_name, PROT_READ | PROT_WRITE, &error_str); in Heap()
443 DCHECK(!heap_reservation.IsValid()); in Heap()
[all …]