|
V8 Project
|
Collaboration diagram for v8::internal::HeapObjectsMap::EntryInfo:Public Member Functions | |
| EntryInfo (SnapshotObjectId id, Address addr, unsigned int size) | |
| EntryInfo (SnapshotObjectId id, Address addr, unsigned int size, bool accessed) | |
Public Attributes | |
| SnapshotObjectId | id |
| Address | addr |
| unsigned int | size |
| bool | accessed |
Definition at line 238 of file heap-snapshot-generator.h.
|
inline |
Definition at line 239 of file heap-snapshot-generator.h.
|
inline |
| bool v8::internal::HeapObjectsMap::EntryInfo::accessed |
Definition at line 246 of file heap-snapshot-generator.h.
Referenced by v8::internal::HeapObjectsMap::FindOrAddEntry(), and v8::internal::HeapObjectsMap::RemoveDeadEntries().
| Address v8::internal::HeapObjectsMap::EntryInfo::addr |
Definition at line 244 of file heap-snapshot-generator.h.
Referenced by v8::internal::HeapObjectsMap::RemoveDeadEntries().
| SnapshotObjectId v8::internal::HeapObjectsMap::EntryInfo::id |
Definition at line 243 of file heap-snapshot-generator.h.
Referenced by v8::internal::HeapObjectsMap::FindEntry(), and v8::internal::HeapObjectsMap::FindOrAddEntry().
| unsigned int v8::internal::HeapObjectsMap::EntryInfo::size |
Definition at line 245 of file heap-snapshot-generator.h.
Referenced by v8::internal::HeapObjectsMap::FindOrAddEntry(), v8::internal::HeapObjectsMap::FindUntrackedObjects(), and v8::internal::HeapObjectsMap::PushHeapObjectsStats().