Searched defs:SnapShotHeader (Results 1 – 1 of 1) sorted by relevance
44 struct SnapShotHeader : public base::FileHeader { struct48 SnapShotHeader() : base::FileHeader(LAST_VERSION) {} in SnapShotHeader() argument50 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 …]