v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <snapshot.h>
Static Public Member Functions | |
static bool | Initialize (const char *snapshot_file=NULL) |
static bool | HaveASnapshotToStartFrom () |
static Handle< Context > | NewContextFromSnapshot () |
static bool | IsEnabled () |
static bool | WriteToFile (const char *snapshot_file) |
static const byte * | data () |
static int | size () |
static int | raw_size () |
static void | set_raw_data (const byte *raw_data) |
static const byte * | context_data () |
static int | context_size () |
static int | context_raw_size () |
static void | set_context_raw_data (const byte *context_raw_data) |
Definition at line 36 of file snapshot.h.
|
inlinestatic |
Definition at line 61 of file snapshot.h.
Referenced by V8::GetCompressedStartupData().
|
inlinestatic |
Definition at line 63 of file snapshot.h.
Referenced by V8::GetCompressedStartupData(), and V8::SetDecompressedStartupData().
|
inlinestatic |
Definition at line 62 of file snapshot.h.
Referenced by V8::GetCompressedStartupData().
|
inlinestatic |
Definition at line 55 of file snapshot.h.
Referenced by V8::GetCompressedStartupData().
|
static |
Definition at line 108 of file snapshot-common.cc.
Referenced by DEPENDENT_TEST(), FullCodeGenerator::Initialize(), and TEST().
|
static |
Definition at line 84 of file snapshot-common.cc.
References v8::internal::DeleteArray(), V8::Initialize(), and v8::internal::ReadBytes().
Referenced by DEPENDENT_TEST().
|
inlinestatic |
Definition at line 49 of file snapshot.h.
Referenced by Heap::ConfigureHeap(), DEPENDENT_TEST(), and TEST().
Definition at line 113 of file snapshot-common.cc.
References Context::cast(), v8::internal::CELL_SPACE, CHECK, v8::internal::CODE_SPACE, Deserializer::DeserializePartial(), v8::internal::MAP_SPACE, v8::internal::NEW_SPACE, v8::internal::OLD_DATA_SPACE, v8::internal::OLD_POINTER_SPACE, and Deserializer::set_reservation().
|
inlinestatic |
Definition at line 57 of file snapshot.h.
Referenced by V8::GetCompressedStartupData(), and V8::SetDecompressedStartupData().
|
inlinestatic |
Definition at line 64 of file snapshot.h.
Referenced by V8::SetDecompressedStartupData().
|
inlinestatic |
Definition at line 58 of file snapshot.h.
Referenced by V8::SetDecompressedStartupData().
|
inlinestatic |
Definition at line 56 of file snapshot.h.
Referenced by V8::GetCompressedStartupData().
|
static |