Home | History | Annotate | Download | only in snapshot

Lines Matching defs:Snapshot

8 #include "src/snapshot/partial-serializer.h"
9 #include "src/snapshot/startup-serializer.h"
26 explicit SnapshotData(const Vector<const byte> snapshot)
27 : SerializedData(const_cast<byte*>(snapshot.begin()), snapshot.length()) {
54 class Snapshot : public AllStatic {
56 // Initialize the Isolate from the internal snapshot. Returns false if no
57 // snapshot could be found.
59 // Create a new context using the internal partial snapshot.
71 // To be implemented by the snapshot source.
88 // Snapshot blob layout:
95 // ... startup snapshot data
96 // ... context 0 snapshot data
97 // ... context 1 snapshot data
115 DISALLOW_IMPLICIT_CONSTRUCTORS(Snapshot);