Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dread-only-heap.cc88 artifacts->VerifyChecksum(read_only_snapshot_data, in SetUp()
101 artifacts->VerifyChecksum(read_only_snapshot_data, true); in SetUp()
Dread-only-spaces.h108 void VerifyChecksum(SnapshotData* read_only_snapshot_data,
Dread-only-spaces.cc49 void ReadOnlyArtifacts::VerifyChecksum(SnapshotData* read_only_snapshot_data, in VerifyChecksum() function in v8::internal::ReadOnlyArtifacts
/third_party/node/deps/v8/src/snapshot/
Dsnapshot.h108 V8_EXPORT_PRIVATE static bool VerifyChecksum(const v8::StartupData* data);
Dsnapshot.cc170 if (FLAG_verify_snapshot_checksum) CHECK(VerifyChecksum(blob)); in Initialize()
444 CHECK(Snapshot::VerifyChecksum(&result)); in Create()
599 bool Snapshot::VerifyChecksum(const v8::StartupData* data) { in VerifyChecksum() function in v8::internal::Snapshot
/third_party/node/deps/v8/src/api/
Dapi.cc687 DCHECK(i::Snapshot::VerifyChecksum(this)); in CanBeRehashed()