Home
last modified time | relevance | path

Searched refs:shared_heap_snapshot (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Dsnapshot.cc436 SnapshotData shared_heap_snapshot(&shared_heap_serializer); in Create() local
439 &startup_snapshot, &read_only_snapshot, &shared_heap_snapshot, in Create()
470 const SnapshotData* shared_heap_snapshot; in CreateSnapshotBlob() local
481 shared_heap_snapshot = &shared_heap_compressed; in CreateSnapshotBlob()
495 shared_heap_snapshot = shared_heap_snapshot_in; in CreateSnapshotBlob()
506 static_cast<uint32_t>(shared_heap_snapshot->RawData().length()); in CreateSnapshotBlob()
556 payload_length = shared_heap_snapshot->RawData().length(); in CreateSnapshotBlob()
559 reinterpret_cast<const char*>(shared_heap_snapshot->RawData().begin()), in CreateSnapshotBlob()