|
V8 Project
|
#include <global-handles.h>
Collaboration diagram for v8::internal::ImplicitRefGroup:Public Member Functions | |
| ImplicitRefGroup (HeapObject **parent, size_t length) | |
| ~ImplicitRefGroup () | |
Public Attributes | |
| HeapObject ** | parent |
| Object *** | children |
| size_t | length |
Definition at line 51 of file global-handles.h.
|
inline |
Definition at line 52 of file global-handles.h.
| v8::internal::ImplicitRefGroup::~ImplicitRefGroup | ( | ) |
Definition at line 22 of file global-handles.cc.
References children.
| Object*** v8::internal::ImplicitRefGroup::children |
Definition at line 60 of file global-handles.h.
Referenced by v8::internal::GlobalHandles::ComputeObjectGroupsAndImplicitReferences(), v8::internal::NativeObjectsExplorer::FillImplicitReferences(), ImplicitRefGroup(), v8::internal::MarkCompactCollector::MarkImplicitRefGroups(), v8::internal::GlobalHandles::SetReference(), and ~ImplicitRefGroup().
| size_t v8::internal::ImplicitRefGroup::length |
Definition at line 61 of file global-handles.h.
Referenced by v8::internal::NativeObjectsExplorer::FillImplicitReferences(), ImplicitRefGroup(), and v8::internal::MarkCompactCollector::MarkImplicitRefGroups().
| HeapObject** v8::internal::ImplicitRefGroup::parent |
Definition at line 59 of file global-handles.h.
Referenced by v8::internal::NativeObjectsExplorer::FillImplicitReferences(), and v8::internal::MarkCompactCollector::MarkImplicitRefGroups().