Lines Matching defs:const
37 void Serialize(const CString &fileName = "./snapshot");
38 void Serialize(TaggedObject *objectHeader, const JSPandaFile *jsPandaFile, const CString &fileName = "./snapshot");
39 void Serialize(uintptr_t startAddr, size_t size, const CString &fileName = "./snapshot");
40 void SerializeBuiltins(const CString &fileName = "./snapshot");
41 bool DeserializeInternal(SnapshotType type, const CString &snapshotFile, SnapshotProcessor &processor,
43 bool Deserialize(SnapshotType type, const CString &snapshotFile, bool isBuiltins = false);
45 bool Deserialize(SnapshotType type, const CString &snapshotFile, [[maybe_unused]] std::function<bool
52 explicit SnapShotHeader(const VersionType &lastVersion) : base::FileHeaderBase(lastVersion) {}
54 bool Verify(const VersionType &lastVersion) const
69 virtual const base::FileHeaderBase::VersionType &GetLastVersion() const
76 void WriteToFile(std::fstream &writer, const JSPandaFile *jsPandaFile, size_t size, SnapshotProcessor &processor);