Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dread-only-spaces.cc45 read_only_blob_checksum_ = Checksum(read_only_snapshot_data->Payload()); in InitializeChecksum()
52 if (read_only_blob_checksum_) { in VerifyChecksum()
59 CHECK_EQ(read_only_blob_checksum_, snapshot_checksum); in VerifyChecksum()
Dread-only-spaces.h117 base::Optional<uint32_t> read_only_blob_checksum_; variable