V8 Project
v8::internal::HeapObjectsMap::EntryInfo Struct Reference
+ 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
 

Detailed Description

Definition at line 238 of file heap-snapshot-generator.h.

Constructor & Destructor Documentation

◆ EntryInfo() [1/2]

v8::internal::HeapObjectsMap::EntryInfo::EntryInfo ( SnapshotObjectId  id,
Address  addr,
unsigned int  size 
)
inline

◆ EntryInfo() [2/2]

v8::internal::HeapObjectsMap::EntryInfo::EntryInfo ( SnapshotObjectId  id,
Address  addr,
unsigned int  size,
bool  accessed 
)
inline

Definition at line 241 of file heap-snapshot-generator.h.

242  : id(id), addr(addr), size(size), accessed(accessed) { }

Member Data Documentation

◆ accessed

bool v8::internal::HeapObjectsMap::EntryInfo::accessed

◆ addr

Address v8::internal::HeapObjectsMap::EntryInfo::addr

◆ id

SnapshotObjectId v8::internal::HeapObjectsMap::EntryInfo::id

◆ size


The documentation for this struct was generated from the following file: