Home
last modified time | relevance | path

Searched refs:AddRootObjectToAOTFileManager (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.h82 void AddRootObjectToAOTFileManager(SnapshotType type, const CString &fileName);
Dsnapshot.cpp183 processor.AddRootObjectToAOTFileManager(type, snapshotFile); in DeserializeInternal()
Dsnapshot_processor.cpp1420 void SnapshotProcessor::AddRootObjectToAOTFileManager(SnapshotType type, const CString &fileName) in AddRootObjectToAOTFileManager() function in panda::ecmascript::SnapshotProcessor