#include <traced-handles.h>
Definition at line 113 of file traced-handles.h.
◆ Iterator
◆ OverallList
◆ UsableList
◆ YoungList
◆ TracedNodeBlock()
◆ AllocateNode()
TracedNode * v8::internal::TracedNodeBlock::AllocateNode |
( |
| ) |
|
◆ at() [1/2]
◆ at() [2/2]
◆ begin()
Iterator v8::internal::TracedNodeBlock::begin |
( |
| ) |
|
|
inline |
◆ ConsumeLocallyFreed()
◆ Create()
◆ Delete()
◆ end()
Iterator v8::internal::TracedNodeBlock::end |
( |
| ) |
|
|
inline |
◆ FreeNode()
void v8::internal::TracedNodeBlock::FreeNode |
( |
TracedNode * | node, |
|
|
Address | zap_value ) |
◆ From() [1/2]
◆ From() [2/2]
◆ InUsableList()
bool v8::internal::TracedNodeBlock::InUsableList |
( |
| ) |
const |
|
inline |
◆ InYoungList()
bool v8::internal::TracedNodeBlock::InYoungList |
( |
| ) |
const |
|
inline |
◆ IsEmpty()
bool v8::internal::TracedNodeBlock::IsEmpty |
( |
| ) |
const |
|
inline |
◆ IsFull()
bool v8::internal::TracedNodeBlock::IsFull |
( |
| ) |
const |
|
inline |
◆ NeedsReprocessing()
bool v8::internal::TracedNodeBlock::NeedsReprocessing |
( |
| ) |
const |
|
inline |
◆ nodes_begin_address()
const void * v8::internal::TracedNodeBlock::nodes_begin_address |
( |
| ) |
const |
|
inline |
◆ nodes_end_address()
const void * v8::internal::TracedNodeBlock::nodes_end_address |
( |
| ) |
const |
|
inline |
◆ SetLocallyFreed()
◆ SetReprocessing()
void v8::internal::TracedNodeBlock::SetReprocessing |
( |
bool | value | ) |
|
|
inline |
◆ size_bytes()
size_t v8::internal::TracedNodeBlock::size_bytes |
( |
| ) |
const |
|
inline |
◆ traced_handles()
TracedHandles & v8::internal::TracedNodeBlock::traced_handles |
( |
| ) |
const |
|
inline |
◆ used()
size_t v8::internal::TracedNodeBlock::used |
( |
| ) |
const |
|
inline |
◆ capacity_
◆ first_free_node_
◆ kInvalidFreeListNodeIndex
◆ kMaxCapacity
size_t v8::internal::TracedNodeBlock::kMaxCapacity |
|
staticconstexpr |
Initial value:=
std::numeric_limits<TracedNode::IndexType>::max() - 1
Definition at line 202 of file traced-handles.h.
◆ kMinCapacity
size_t v8::internal::TracedNodeBlock::kMinCapacity = 128 |
|
staticconstexpr |
◆ locally_freed_
◆ overall_list_node_
ListNode v8::internal::TracedNodeBlock::overall_list_node_ |
|
private |
◆ reprocess_
bool v8::internal::TracedNodeBlock::reprocess_ = false |
|
private |
◆ traced_handles_
◆ usable_list_node_
ListNode v8::internal::TracedNodeBlock::usable_list_node_ |
|
private |
◆ used_
◆ young_list_node_
ListNode v8::internal::TracedNodeBlock::young_list_node_ |
|
private |
The documentation for this class was generated from the following files: