Searched refs:WriteToFile (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot.cpp | 61 WriteToFile(writer, jsPandaFile, rootObjSize, processor); in Serialize() 89 WriteToFile(writer, nullptr, rootObjSize, processor); in Serialize() 127 WriteToFile(write, nullptr, rootObjSize, processor); in SerializeBuiltins() 227 void Snapshot::WriteToFile(std::fstream &writer, const JSPandaFile *jsPandaFile, in WriteToFile() function in panda::ecmascript::Snapshot
|
| D | snapshot.h | 76 …void WriteToFile(std::fstream &writer, const JSPandaFile *jsPandaFile, size_t size, SnapshotProces…
|