Searched refs:kNumberOfPreallocatedSpaces (Results 1 – 6 of 6) sorted by relevance
130 uint32_t current_chunk_[kNumberOfPreallocatedSpaces];131 Address high_water_[kNumberOfPreallocatedSpaces];
245 uint32_t pending_chunk_[kNumberOfPreallocatedSpaces];246 List<uint32_t> completed_chunks_[kNumberOfPreallocatedSpaces];247 uint32_t max_chunk_size_[kNumberOfPreallocatedSpaces];
23 for (int i = 0; i < kNumberOfPreallocatedSpaces; i++) { in Serializer()70 for (int space = 0; space < kNumberOfPreallocatedSpaces; space++) { in OutputStatistics()110 for (int i = 0; i < kNumberOfPreallocatedSpaces; i++) { in EncodeReservations()270 DCHECK(space >= 0 && space < kNumberOfPreallocatedSpaces); in Allocate()313 for (int i = 0; i < kNumberOfPreallocatedSpaces; i++) { in HasNotExceededFirstPageOfEachSpace()
28 for (int i = 0; i < kNumberOfPreallocatedSpaces; i++) current_chunk_[i] = 0; in DecodeReservation()56 for (int i = 0; i < kNumberOfPreallocatedSpaces; i++) { in ReserveSpace()316 DCHECK(space < kNumberOfPreallocatedSpaces); in GetBackReferencedObject()406 DCHECK(space_index < kNumberOfPreallocatedSpaces); in Allocate()675 DCHECK(space < kNumberOfPreallocatedSpaces); in ReadData()
83 static const int kNumberOfPreallocatedSpaces = LAST_PAGED_SPACE + 1; variable
1164 DCHECK(space < SerializerDeserializer::kNumberOfPreallocatedSpaces); in ReserveSpace()