Home
last modified time | relevance | path

Searched refs:isBuiltins (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot.h43 bool Deserialize(SnapshotType type, const CString &snapshotFile, bool isBuiltins = false);
46 (std::string fileName, uint8_t **buff, size_t *buffSize)> ReadAOTCallBack, bool isBuiltins = false);
H A Dsnapshot.cpp171 bool Snapshot::Deserialize(SnapshotType type, const CString &snapshotFile, bool isBuiltins) in Deserialize() argument
186 if (isBuiltins) { in Deserialize()
196 (std::string fileName, uint8_t **buff, size_t *buffSize)> ReadAOTCallBack, bool isBuiltins) in Deserialize()
199 if (isBuiltins) { in Deserialize()
195 Deserialize(SnapshotType type, const CString &snapshotFile, [[maybe_unused]] std::function<bool (std::string fileName, uint8_t **buff, size_t *buffSize)> ReadAOTCallBack, bool isBuiltins) Deserialize() argument

Completed in 2 milliseconds