Home
last modified time | relevance | path

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

/art/runtime/gc/
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()
471 << " heap_reservation.Begin()=" << static_cast<const void*>(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()
527 heap_reservation.Begin(), space_name, PROT_READ | PROT_WRITE, &error_str); in Heap()
533 DCHECK(!heap_reservation.IsValid()); in Heap()
[all …]