Home
last modified time | relevance | path

Searched refs:SnapShotHeader (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot.h50 struct SnapShotHeader : public base::FileHeaderBase { struct in panda::ecmascript::Snapshot
52 explicit SnapShotHeader(const VersionType &lastVersion) : base::FileHeaderBase(lastVersion) {} in SnapShotHeader() function
H A Dsnapshot.cpp138 auto hdr = *ToNativePtr<const SnapShotHeader>(readFile); in DeserializeInternal()
144 uintptr_t oldSpaceBegin = readFile + sizeof(SnapShotHeader); in DeserializeInternal()
246 uint32_t pandaFileBegin = RoundUp(totalObjSize + sizeof(SnapShotHeader), Constants::PAGE_SIZE_ALIGN_UP); in WriteToFile()
247 SnapShotHeader hdr(GetLastVersion()); in WriteToFile()
275 ASSERT(static_cast<size_t>(writer.tellp()) == totalObjSize + sizeof(SnapShotHeader)); in WriteToFile()
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
H A Dsnapshot_mock.h33 return SnapShotHeader::ConvToStr(lastVersion_); in GetLastVersionStr()

Completed in 2 milliseconds