Home
last modified time | relevance | path

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

/external/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()
121 DISALLOW_COPY_AND_ASSIGN(PossiblyEmptyBuckets);
124 STATIC_ASSERT(std::is_standard_layout<PossiblyEmptyBuckets>::value);
125 STATIC_ASSERT(sizeof(PossiblyEmptyBuckets) == kSystemPointerSize);
361 Callback callback, PossiblyEmptyBuckets* possibly_empty_buckets) { in IterateAndTrackEmptyBuckets()
382 PossiblyEmptyBuckets* possibly_empty_buckets) { in CheckPossiblyEmptyBuckets()
Dmemory-chunk-layout.h67 FIELD(PossiblyEmptyBuckets, PossiblyEmptyBuckets),
Dmemory-chunk.h221 PossiblyEmptyBuckets* possibly_empty_buckets() { in possibly_empty_buckets()
305 PossiblyEmptyBuckets possibly_empty_buckets_;
Dremembered-set.h188 PossiblyEmptyBuckets* possibly_empty_buckets = in IterateAndTrackEmptyBuckets()