Searched refs:possibly_empty_buckets (Results 1 – 4 of 4) sorted by relevance
188 PossiblyEmptyBuckets* possibly_empty_buckets = in IterateAndTrackEmptyBuckets() local189 chunk->possibly_empty_buckets(); in IterateAndTrackEmptyBuckets()192 possibly_empty_buckets); in IterateAndTrackEmptyBuckets()193 if (!possibly_empty_buckets->IsEmpty()) empty_chunks.Push(chunk); in IterateAndTrackEmptyBuckets()211 chunk->possibly_empty_buckets())) { in CheckPossiblyEmptyBuckets()
361 Callback callback, PossiblyEmptyBuckets* possibly_empty_buckets) { in IterateAndTrackEmptyBuckets() argument363 [possibly_empty_buckets, end_bucket](size_t bucket_index) { in IterateAndTrackEmptyBuckets()364 possibly_empty_buckets->Insert(bucket_index, end_bucket); in IterateAndTrackEmptyBuckets()382 PossiblyEmptyBuckets* possibly_empty_buckets) { in CheckPossiblyEmptyBuckets() argument387 if (possibly_empty_buckets->Contains(bucket_index)) { in CheckPossiblyEmptyBuckets()403 possibly_empty_buckets->Release(); in CheckPossiblyEmptyBuckets()
221 PossiblyEmptyBuckets* possibly_empty_buckets() { in possibly_empty_buckets() function
425 DCHECK(chunk->possibly_empty_buckets()->IsEmpty()); in CollectGarbage()