Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc417 MemMap heap_reservation; in Heap() local
428 &heap_reservation)) { in Heap()
429 DCHECK_EQ(heap_reservation_size, heap_reservation.IsValid() ? heap_reservation.Size() : 0u); in Heap()
432 DCHECK(!heap_reservation.IsValid() || request_begin == heap_reservation.Begin()) in Heap()
434 << " heap_reservation.Begin()=" << static_cast<const void*>(heap_reservation.Begin()); in Heap()
487 DCHECK_EQ(heap_reservation.IsValid(), !boot_image_spaces_.empty()); in Heap()
488 if (heap_reservation.IsValid()) { in Heap()
489 non_moving_space_mem_map = heap_reservation.RemapAtEnd( in Heap()
490 heap_reservation.Begin(), space_name, PROT_READ | PROT_WRITE, &error_str); in Heap()
496 DCHECK(!heap_reservation.IsValid()); in Heap()
[all …]