Home
last modified time | relevance | path

Searched defs:SnapShotHeader (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.h50 struct SnapShotHeader : public base::FileHeaderBase { struct
52 … explicit SnapShotHeader(const VersionType &lastVersion) : base::FileHeaderBase(lastVersion) {} in SnapShotHeader() function
54 bool Verify(const VersionType &lastVersion) const in Verify()