#include <global-handles.h>
Definition at line 192 of file global-handles.h.
◆ EternalHandles() [1/2]
v8::internal::EternalHandles::EternalHandles |
( |
| ) |
|
|
default |
◆ ~EternalHandles()
v8::internal::EternalHandles::~EternalHandles |
( |
| ) |
|
◆ EternalHandles() [2/2]
v8::internal::EternalHandles::EternalHandles |
( |
const EternalHandles & | | ) |
|
|
delete |
◆ Create()
void v8::internal::EternalHandles::Create |
( |
Isolate * | isolate, |
|
|
Tagged< Object > | object, |
|
|
int * | index ) |
◆ Get()
◆ GetLocation()
Address * v8::internal::EternalHandles::GetLocation |
( |
int | index | ) |
|
|
inlineprivate |
◆ handles_count()
size_t v8::internal::EternalHandles::handles_count |
( |
| ) |
const |
|
inline |
◆ IterateAllRoots()
void v8::internal::EternalHandles::IterateAllRoots |
( |
RootVisitor * | visitor | ) |
|
◆ IterateYoungRoots()
void v8::internal::EternalHandles::IterateYoungRoots |
( |
RootVisitor * | visitor | ) |
|
◆ operator=()
◆ PostGarbageCollectionProcessing()
void v8::internal::EternalHandles::PostGarbageCollectionProcessing |
( |
| ) |
|
◆ blocks_
std::vector<Address*> v8::internal::EternalHandles::blocks_ |
|
private |
◆ kInvalidIndex
const int v8::internal::EternalHandles::kInvalidIndex = -1 |
|
staticprivate |
◆ kMask
const int v8::internal::EternalHandles::kMask = 0xff |
|
staticprivate |
◆ kShift
const int v8::internal::EternalHandles::kShift = 8 |
|
staticprivate |
◆ kSize
const int v8::internal::EternalHandles::kSize = 1 << kShift |
|
staticprivate |
◆ size_
int v8::internal::EternalHandles::size_ = 0 |
|
private |
◆ young_node_indices_
std::vector<int> v8::internal::EternalHandles::young_node_indices_ |
|
private |
The documentation for this class was generated from the following files: