Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
Dsnapshot.cc89 static const uint32_t kRehashabilityOffset = member in v8::internal::__anon2d2f21ca0111::SnapshotImpl
91 static const uint32_t kChecksumOffset = kRehashabilityOffset + kUInt32Size;
517 SnapshotImpl::SetHeaderValue(data, SnapshotImpl::kRehashabilityOffset, in CreateSnapshotBlob()
623 CHECK_LT(SnapshotImpl::kRehashabilityOffset, in ExtractRehashability()
626 SnapshotImpl::GetHeaderValue(data, SnapshotImpl::kRehashabilityOffset); in ExtractRehashability()