#include <slot-set.h>
Definition at line 273 of file slot-set.h.
◆ OffsetField
◆ TypeField
◆ TypedSlots()
v8::internal::TypedSlots::TypedSlots |
( |
| ) |
|
|
default |
◆ ~TypedSlots()
v8::internal::TypedSlots::~TypedSlots |
( |
| ) |
|
|
virtual |
◆ EnsureChunk()
◆ Insert()
void v8::internal::TypedSlots::Insert |
( |
SlotType | type, |
|
|
uint32_t | offset ) |
◆ Merge()
void v8::internal::TypedSlots::Merge |
( |
TypedSlots * | other | ) |
|
◆ NewChunk()
◆ NextCapacity()
static size_t v8::internal::TypedSlots::NextCapacity |
( |
size_t | capacity | ) |
|
|
inlinestaticprotected |
◆ head_
Chunk* v8::internal::TypedSlots::head_ = nullptr |
|
protected |
◆ kInitialBufferSize
const size_t v8::internal::TypedSlots::kInitialBufferSize = 100 |
|
staticprotected |
◆ kMaxBufferSize
const size_t v8::internal::TypedSlots::kMaxBufferSize = 16 * KB |
|
staticprotected |
◆ kMaxOffset
const int v8::internal::TypedSlots::kMaxOffset = 1 << 29 |
|
static |
◆ tail_
Chunk* v8::internal::TypedSlots::tail_ = nullptr |
|
protected |
The documentation for this class was generated from the following files: