Searched refs:completed_chunks_ (Results 1 – 2 of 2) sorted by relevance
1329 for (uint32_t chunk_size : completed_chunks_[space]) s += chunk_size; in OutputStatistics()1500 for (int j = 0; j < completed_chunks_[i].length(); j++) { in EncodeReservations()1501 out->Add(SerializedData::Reservation(completed_chunks_[i][j])); in EncodeReservations()1504 if (pending_chunk_[i] > 0 || completed_chunks_[i].length() == 0) { in EncodeReservations()1586 } else if (chunk_index == completed_chunks_[space].length()) { in BackReferenceIsAlreadyAllocated()1589 return chunk_index < completed_chunks_[space].length() && in BackReferenceIsAlreadyAllocated()1590 reference.chunk_offset() < completed_chunks_[space][chunk_index]; in BackReferenceIsAlreadyAllocated()2289 completed_chunks_[space].Add(pending_chunk_[space]); in Allocate()2290 DCHECK_LE(completed_chunks_[space].length(), BackReference::kMaxChunkIndex); in Allocate()2296 return BackReference::Reference(space, completed_chunks_[space].length(), in Allocate()
587 List<uint32_t> completed_chunks_[kNumberOfPreallocatedSpaces]; variable