|
enum | IterationMode { PREFREE_EMPTY_CHUNKS,
KEEP_EMPTY_CHUNKS
} |
|
|
| TypedSlotSet (Address page_start) |
|
template<typename Callback > |
int | Iterate (Callback callback, IterationMode mode) |
|
void | ClearInvalidSlots (const std::map< uint32_t, uint32_t > &invalid_ranges) |
|
void | FreeToBeFreedChunks () |
|
V8_EXPORT_PRIVATE void | Insert (SlotType type, uint32_t host_offset, uint32_t offset) |
|
V8_EXPORT_PRIVATE void | Merge (TypedSlots *other) |
|
|
static const int | kMaxOffset = 1 << 29 |
|
Chunk * | EnsureChunk () |
|
Chunk * | NewChunk (Chunk *next, int capacity) |
|
static int | NextCapacity (int capacity) |
|
Chunk * | head_ = nullptr |
|
Chunk * | tail_ = nullptr |
|
static const int | kInitialBufferSize = 100 |
|
static const int | kMaxBufferSize = 16 * KB |
|
Definition at line 437 of file slot-set.h.
The documentation for this class was generated from the following files: