V8 Project
v8::internal::SnapshotImpl Struct Reference
+ Collaboration diagram for v8::internal::SnapshotImpl:

Public Attributes

const bytedata
 
int size
 
int new_space_used
 
int pointer_space_used
 
int data_space_used
 
int code_space_used
 
int map_space_used
 
int cell_space_used
 
int property_cell_space_used
 
int lo_space_used
 
const bytecontext_data
 
int context_size
 
int context_new_space_used
 
int context_pointer_space_used
 
int context_data_space_used
 
int context_code_space_used
 
int context_map_space_used
 
int context_cell_space_used
 
int context_property_cell_space_used
 
int context_lo_space_used
 

Detailed Description

Definition at line 17 of file snapshot-external.cc.

Member Data Documentation

◆ cell_space_used

int v8::internal::SnapshotImpl::cell_space_used

Definition at line 26 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ code_space_used

int v8::internal::SnapshotImpl::code_space_used

Definition at line 24 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ context_cell_space_used

int v8::internal::SnapshotImpl::context_cell_space_used

Definition at line 37 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ context_code_space_used

int v8::internal::SnapshotImpl::context_code_space_used

Definition at line 35 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ context_data

const byte* v8::internal::SnapshotImpl::context_data

Definition at line 30 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ context_data_space_used

int v8::internal::SnapshotImpl::context_data_space_used

Definition at line 34 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ context_lo_space_used

int v8::internal::SnapshotImpl::context_lo_space_used

Definition at line 39 of file snapshot-external.cc.

◆ context_map_space_used

int v8::internal::SnapshotImpl::context_map_space_used

Definition at line 36 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ context_new_space_used

int v8::internal::SnapshotImpl::context_new_space_used

Definition at line 32 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ context_pointer_space_used

int v8::internal::SnapshotImpl::context_pointer_space_used

Definition at line 33 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ context_property_cell_space_used

int v8::internal::SnapshotImpl::context_property_cell_space_used

Definition at line 38 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ context_size

int v8::internal::SnapshotImpl::context_size

Definition at line 31 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ data

const byte* v8::internal::SnapshotImpl::data

Definition at line 19 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ data_space_used

int v8::internal::SnapshotImpl::data_space_used

Definition at line 23 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ lo_space_used

int v8::internal::SnapshotImpl::lo_space_used

Definition at line 28 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ map_space_used

int v8::internal::SnapshotImpl::map_space_used

Definition at line 25 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ new_space_used

int v8::internal::SnapshotImpl::new_space_used

Definition at line 21 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ pointer_space_used

int v8::internal::SnapshotImpl::pointer_space_used

Definition at line 22 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ property_cell_space_used

int v8::internal::SnapshotImpl::property_cell_space_used

Definition at line 27 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().

◆ size

int v8::internal::SnapshotImpl::size

Definition at line 20 of file snapshot-external.cc.

Referenced by v8::internal::SetSnapshotFromFile().


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