Home
last modified time | relevance | path

Searched refs:PossiblyEmptyBuckets (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dslot-set.h32 class PossiblyEmptyBuckets {
34 PossiblyEmptyBuckets() : bitmap_(kNullAddress) {} in PossiblyEmptyBuckets() function
35 PossiblyEmptyBuckets(PossiblyEmptyBuckets&& other) V8_NOEXCEPT in PossiblyEmptyBuckets() function
40 ~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()
Dmemory-chunk-layout.h72 FIELD(PossiblyEmptyBuckets, PossiblyEmptyBuckets),
Dmemory-chunk.h206 PossiblyEmptyBuckets* possibly_empty_buckets() { in possibly_empty_buckets()
286 PossiblyEmptyBuckets possibly_empty_buckets_;
Dremembered-set.h184 PossiblyEmptyBuckets* possibly_empty_buckets = in IterateAndTrackEmptyBuckets()