#include <snapshot.h>
Static Public メソッド | |
static bool | Initialize (const char *snapshot_file=NULL) |
static bool | IsEnabled () |
static bool | WriteToFile (const char *snapshot_file) |
Private メソッド | |
DISALLOW_IMPLICIT_CONSTRUCTORS (Snapshot) | |
Static Private メソッド | |
static bool | Deserialize (const char *content, int len) |
Static Private 変数 | |
static const char | data_ [] = { 0 } |
static int | size_ = 0 |
snapshot.h の 33 行で定義されています。
bool v8::internal::Snapshot::Deserialize | ( | const char * | content, | |
int | len | |||
) | [static, private] |
snapshot-common.cc の 38 行で定義されています。
参照先 v8::internal::Deserializer::GetFlags(), と Initialize().
参照元 Initialize().
v8::internal::Snapshot::DISALLOW_IMPLICIT_CONSTRUCTORS | ( | Snapshot | ) | [private] |
bool v8::internal::Snapshot::Initialize | ( | const char * | snapshot_file = NULL |
) | [static] |
snapshot-common.cc の 45 行で定義されています。
参照先 data_, v8::internal::DeleteArray(), Deserialize(), v8::internal::ReadChars(), と size_.
参照元 Deserialize(), と v8::V8::Initialize().
static bool v8::internal::Snapshot::IsEnabled | ( | ) | [inline, static] |
snapshot.h の 41 行で定義されています。
参照先 size_.
bool v8::internal::Snapshot::WriteToFile | ( | const char * | snapshot_file | ) | [static] |
const char v8::internal::Snapshot::data_ = { 0 } [static, private] |
snapshot.h の 48 行で定義されています。
参照元 Initialize().
int v8::internal::Snapshot::size_ = 0 [static, private] |
snapshot.h の 49 行で定義されています。
参照元 Initialize(), と IsEnabled().