#include <aligned-slot-allocator.h>
Definition at line 20 of file aligned-slot-allocator.h.
◆ AlignedSlotAllocator()
v8::internal::AlignedSlotAllocator::AlignedSlotAllocator |
( |
| ) |
|
|
default |
◆ Align()
int v8::internal::AlignedSlotAllocator::Align |
( |
int | n | ) |
|
◆ Allocate()
int v8::internal::AlignedSlotAllocator::Allocate |
( |
int | n | ) |
|
◆ AllocateUnaligned()
int v8::internal::AlignedSlotAllocator::AllocateUnaligned |
( |
int | n | ) |
|
◆ IsValid()
static bool v8::internal::AlignedSlotAllocator::IsValid |
( |
int | slot | ) |
|
|
inlinestaticprivate |
◆ NextSlot()
int v8::internal::AlignedSlotAllocator::NextSlot |
( |
int | n | ) |
const |
◆ NumSlotsForWidth()
static int v8::internal::AlignedSlotAllocator::NumSlotsForWidth |
( |
int | bytes | ) |
|
|
inlinestatic |
◆ Size()
int v8::internal::AlignedSlotAllocator::Size |
( |
| ) |
const |
|
inline |
◆ kInvalidSlot
int v8::internal::AlignedSlotAllocator::kInvalidSlot = -1 |
|
staticconstexprprivate |
◆ kSlotSize
◆ next1_
int v8::internal::AlignedSlotAllocator::next1_ = kInvalidSlot |
|
private |
◆ next2_
int v8::internal::AlignedSlotAllocator::next2_ = kInvalidSlot |
|
private |
◆ next4_
int v8::internal::AlignedSlotAllocator::next4_ = 0 |
|
private |
◆ size_
int v8::internal::AlignedSlotAllocator::size_ = 0 |
|
private |
The documentation for this class was generated from the following files: