v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::HeapObjectsMap::EntryInfo Struct Reference
Collaboration diagram for v8::internal::HeapObjectsMap::EntryInfo:

Public Member Functions

 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 369 of file heap-snapshot-generator.h.

Constructor & Destructor Documentation

◆ EntryInfo()

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

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

Member Data Documentation

◆ accessed

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

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

◆ addr

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

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

◆ id

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

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

◆ size

unsigned int v8::internal::HeapObjectsMap::EntryInfo::size

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


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