#include <slot-set.h>
Definition at line 34 of file slot-set.h.
◆ PossiblyEmptyBuckets() [1/3]
v8::internal::PossiblyEmptyBuckets::PossiblyEmptyBuckets |
( |
| ) |
|
|
default |
◆ PossiblyEmptyBuckets() [2/3]
◆ ~PossiblyEmptyBuckets()
v8::internal::PossiblyEmptyBuckets::~PossiblyEmptyBuckets |
( |
| ) |
|
|
inline |
◆ PossiblyEmptyBuckets() [3/3]
◆ Allocate()
void v8::internal::PossiblyEmptyBuckets::Allocate |
( |
size_t | buckets | ) |
|
|
inlineprivate |
◆ BitmapArray()
uintptr_t * v8::internal::PossiblyEmptyBuckets::BitmapArray |
( |
| ) |
|
|
inlineprivate |
◆ Contains()
bool v8::internal::PossiblyEmptyBuckets::Contains |
( |
size_t | bucket_index | ) |
|
|
inline |
◆ FRIEND_TEST()
v8::internal::PossiblyEmptyBuckets::FRIEND_TEST |
( |
PossiblyEmptyBucketsTest | , |
|
|
WordsForBuckets | ) |
|
private |
◆ Insert()
void v8::internal::PossiblyEmptyBuckets::Insert |
( |
size_t | bucket_index, |
|
|
size_t | buckets ) |
|
inline |
◆ InsertAllocated()
void v8::internal::PossiblyEmptyBuckets::InsertAllocated |
( |
size_t | bucket_index | ) |
|
|
inlineprivate |
◆ IsAllocated()
bool v8::internal::PossiblyEmptyBuckets::IsAllocated |
( |
| ) |
|
|
inlineprivate |
◆ IsEmpty()
bool v8::internal::PossiblyEmptyBuckets::IsEmpty |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ Release()
void v8::internal::PossiblyEmptyBuckets::Release |
( |
| ) |
|
|
inline |
◆ WordsForBuckets()
static size_t v8::internal::PossiblyEmptyBuckets::WordsForBuckets |
( |
size_t | buckets | ) |
|
|
inlinestaticprivate |
◆ bitmap_
◆ kBitsPerWord
◆ kPointerTag
Address v8::internal::PossiblyEmptyBuckets::kPointerTag = 1 |
|
staticconstexprprivate |
◆ kWordSize
int v8::internal::PossiblyEmptyBuckets::kWordSize = sizeof(uintptr_t) |
|
staticconstexprprivate |
The documentation for this class was generated from the following file: