Searched refs:PossiblyEmptyBuckets (Results 1 – 4 of 4) sorted by relevance
32 class PossiblyEmptyBuckets {34 PossiblyEmptyBuckets() : bitmap_(kNullAddress) {} in PossiblyEmptyBuckets() function35 PossiblyEmptyBuckets(PossiblyEmptyBuckets&& other) V8_NOEXCEPT in PossiblyEmptyBuckets() function40 ~PossiblyEmptyBuckets() { Release(); } in ~PossiblyEmptyBuckets()42 PossiblyEmptyBuckets(const PossiblyEmptyBuckets&) = delete;43 PossiblyEmptyBuckets& operator=(const PossiblyEmptyBuckets&) = delete;125 STATIC_ASSERT(std::is_standard_layout<PossiblyEmptyBuckets>::value);126 STATIC_ASSERT(sizeof(PossiblyEmptyBuckets) == kSystemPointerSize);362 Callback callback, PossiblyEmptyBuckets* possibly_empty_buckets) { in IterateAndTrackEmptyBuckets()383 PossiblyEmptyBuckets* possibly_empty_buckets) { in CheckPossiblyEmptyBuckets()
72 FIELD(PossiblyEmptyBuckets, PossiblyEmptyBuckets),
206 PossiblyEmptyBuckets* possibly_empty_buckets() { in possibly_empty_buckets()286 PossiblyEmptyBuckets possibly_empty_buckets_;
184 PossiblyEmptyBuckets* possibly_empty_buckets = in IterateAndTrackEmptyBuckets()