Searched refs:reservations_ (Results 1 – 2 of 2) sorted by relevance
52 const Heap::Reservation& reservation = reservations_[space]; in AllocateRaw()89 const Heap::Reservation& reservation = reservations_[space]; in MoveToNextChunk()113 Address address = reservations_[space][chunk_index].start + chunk_offset; in GetObject()125 DCHECK_EQ(0, reservations_[FIRST_SPACE].size()); in DecodeReservation()128 reservations_[current_space].push_back( in DecodeReservation()139 DCHECK_GT(reservations_[i].size(), 0); in ReserveSpace()143 if (!isolate()->heap()->ReserveSpace(reservations_, &allocated_maps_)) { in ReserveSpace()147 high_water_[i] = reservations_[i][0].start; in ReserveSpace()166 startup_deserializer->allocator()->reservations_[i]; in ReserveSpace()208 startup_deserializer->allocator()->reservations_[i].swap( in ReserveSpace()[all …]
91 Heap::Reservation reservations_[kNumberOfSpaces]; variable