#include <slot-set.h>
Definition at line 304 of file slot-set.h.
◆ FreeRangesMap
◆ IterationMode
Enumerator |
---|
FREE_EMPTY_CHUNKS | |
KEEP_EMPTY_CHUNKS | |
Definition at line 308 of file slot-set.h.
◆ TypedSlotSet()
v8::internal::TypedSlotSet::TypedSlotSet |
( |
Address | page_start | ) |
|
|
inlineexplicit |
◆ AssertNoInvalidSlots()
void v8::internal::TypedSlotSet::AssertNoInvalidSlots |
( |
const FreeRangesMap & | invalid_ranges | ) |
|
◆ ClearedTypedSlot()
static TypedSlot v8::internal::TypedSlotSet::ClearedTypedSlot |
( |
| ) |
|
|
inlinestaticprivate |
◆ ClearInvalidSlots()
void v8::internal::TypedSlotSet::ClearInvalidSlots |
( |
const FreeRangesMap & | invalid_ranges | ) |
|
◆ Iterate()
template<typename Callback >
int v8::internal::TypedSlotSet::Iterate |
( |
Callback | callback, |
|
|
IterationMode | mode ) |
|
inline |
◆ IterateSlotsInRanges()
template<typename Callback >
void v8::internal::TypedSlotSet::IterateSlotsInRanges |
( |
Callback | callback, |
|
|
const FreeRangesMap & | invalid_ranges ) |
|
private |
◆ LoadHead()
Chunk * v8::internal::TypedSlotSet::LoadHead |
( |
| ) |
|
|
inlineprivate |
◆ LoadNext()
Chunk * v8::internal::TypedSlotSet::LoadNext |
( |
Chunk * | chunk | ) |
|
|
inlineprivate |
◆ StoreHead()
void v8::internal::TypedSlotSet::StoreHead |
( |
Chunk * | chunk | ) |
|
|
inlineprivate |
◆ StoreNext()
void v8::internal::TypedSlotSet::StoreNext |
( |
Chunk * | chunk, |
|
|
Chunk * | next ) |
|
inlineprivate |
◆ page_start_
Address v8::internal::TypedSlotSet::page_start_ |
|
private |
The documentation for this class was generated from the following files: