Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.h44 struct SnapShotHeader : public base::FileHeader { struct
48 SnapShotHeader() : base::FileHeader(LAST_VERSION) {} in SnapShotHeader() argument
50 bool Verify() in Verify()
55 uint32_t oldSpaceObjSize;
56 uint32_t nonMovableObjSize;
57 uint32_t machineCodeObjSize;
58 uint32_t snapshotObjSize;
59 uint32_t hugeObjSize;
60 uint32_t stringSize;
61 uint32_t pandaFileBegin;
[all …]