AccessMode enum name | heap::base::BasicSlotSet< SlotGranularity > | |
Address typedef | heap::base::BasicSlotSet< SlotGranularity > | |
Allocate(size_t buckets) | heap::base::BasicSlotSet< SlotGranularity > | inlinestatic |
ATOMIC enum value | heap::base::BasicSlotSet< SlotGranularity > | |
BasicSlotSet()=delete | heap::base::BasicSlotSet< SlotGranularity > | |
bucket(size_t bucket_index) | heap::base::BasicSlotSet< SlotGranularity > | inlineprotected |
BucketForSlot(size_t slot_offset) | heap::base::BasicSlotSet< SlotGranularity > | inlinestatic |
buckets() | heap::base::BasicSlotSet< SlotGranularity > | inlineprotected |
BucketsForSize(size_t size) | heap::base::BasicSlotSet< SlotGranularity > | inlinestatic |
ClearBucket(Bucket *bucket, int start_cell, int end_cell) | heap::base::BasicSlotSet< SlotGranularity > | inlineprotected |
Contains(size_t slot_offset) | heap::base::BasicSlotSet< SlotGranularity > | inline |
Delete(BasicSlotSet *slot_set) | heap::base::BasicSlotSet< SlotGranularity > | inlinestatic |
EmptyBucketMode enum name | heap::base::BasicSlotSet< SlotGranularity > | |
FREE_EMPTY_BUCKETS enum value | heap::base::BasicSlotSet< SlotGranularity > | |
FreeBucketIfEmpty(size_t bucket_index) | heap::base::BasicSlotSet< SlotGranularity > | inlineprotected |
Insert(size_t slot_offset) | heap::base::BasicSlotSet< SlotGranularity > | inline |
Iterate(Address chunk_start, size_t start_bucket, size_t end_bucket, Callback callback, EmptyBucketMode mode) | heap::base::BasicSlotSet< SlotGranularity > | inline |
Iterate(Address chunk_start, size_t start_bucket, size_t end_bucket, Callback callback, EmptyBucketCallback empty_bucket_callback) | heap::base::BasicSlotSet< SlotGranularity > | inlineprotected |
kBitsPerBucket | heap::base::BasicSlotSet< SlotGranularity > | static |
kBitsPerBucketLog2 | heap::base::BasicSlotSet< SlotGranularity > | static |
kBitsPerCell | heap::base::BasicSlotSet< SlotGranularity > | static |
kBitsPerCellLog2 | heap::base::BasicSlotSet< SlotGranularity > | static |
kCellSizeBytes | heap::base::BasicSlotSet< SlotGranularity > | static |
kCellSizeBytesLog2 | heap::base::BasicSlotSet< SlotGranularity > | static |
kCellsPerBucket | heap::base::BasicSlotSet< SlotGranularity > | static |
kCellsPerBucketLog2 | heap::base::BasicSlotSet< SlotGranularity > | static |
KEEP_EMPTY_BUCKETS enum value | heap::base::BasicSlotSet< SlotGranularity > | |
kNumBucketsSize | heap::base::BasicSlotSet< SlotGranularity > | protectedstatic |
kSystemPointerSize | heap::base::BasicSlotSet< SlotGranularity > | privatestatic |
LoadBucket(Bucket **bucket) | heap::base::BasicSlotSet< SlotGranularity > | inlineprotected |
LoadBucket(size_t bucket_index) | heap::base::BasicSlotSet< SlotGranularity > | inlineprotected |
Lookup(size_t slot_offset) | heap::base::BasicSlotSet< SlotGranularity > | inline |
NON_ATOMIC enum value | heap::base::BasicSlotSet< SlotGranularity > | |
num_buckets() const | heap::base::BasicSlotSet< SlotGranularity > | inline |
OffsetForBucket(size_t bucket_index) | heap::base::BasicSlotSet< SlotGranularity > | inlinestatic |
ReleaseBucket(size_t bucket_index) | heap::base::BasicSlotSet< SlotGranularity > | inlineprotected |
Remove(size_t slot_offset) | heap::base::BasicSlotSet< SlotGranularity > | inline |
RemoveRange(size_t start_offset, size_t end_offset, size_t buckets, EmptyBucketMode mode) | heap::base::BasicSlotSet< SlotGranularity > | inline |
set_num_buckets(size_t num_buckets) | heap::base::BasicSlotSet< SlotGranularity > | inlineprotected |
SlotToIndices(size_t slot_offset, size_t *bucket_index, int *cell_index, int *bit_index) | heap::base::BasicSlotSet< SlotGranularity > | inlineprotected |
StoreBucket(Bucket **bucket, Bucket *value) | heap::base::BasicSlotSet< SlotGranularity > | inlineprotected |
StoreBucket(size_t bucket_index, Bucket *value) | heap::base::BasicSlotSet< SlotGranularity > | inlineprotected |
SwapInNewBucket(size_t bucket_index, Bucket *value) | heap::base::BasicSlotSet< SlotGranularity > | inlineprotected |
v8::internal::WriteBarrierCodeStubAssembler class | heap::base::BasicSlotSet< SlotGranularity > | friend |