Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.h45 struct SnapShotHeader : public base::FileHeader { struct
47 SnapShotHeader() : base::FileHeader(AOTFileVersion::AI_VERSION) {} in SnapShotHeader() function
49 bool Verify() in Verify()
54 uint32_t oldSpaceObjSize;
55 uint32_t nonMovableObjSize;
56 uint32_t machineCodeObjSize;
57 uint32_t snapshotObjSize;
58 uint32_t hugeObjSize;
59 uint32_t stringSize;
60 uint32_t pandaFileBegin;
[all …]