Home
last modified time | relevance | path

Searched refs:serialize (Results 1 – 4 of 4) sorted by relevance

/ark/js_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp52 SnapShotSerialize serialize(vm_, true); in MakeSnapShotProgramObject() local
57 serialize.RegisterNativeMethod(); in MakeSnapShotProgramObject()
76 serialize.Serialize(taggedObject, &objectQueue, &data); in MakeSnapShotProgramObject()
79 serialize.SetProgramSerializeStart(); in MakeSnapShotProgramObject()
92 serialize.Serialize(taggedObject, &objectQueue, &data); in MakeSnapShotProgramObject()
95 serialize.SerializePandaFileMethod(); in MakeSnapShotProgramObject()
121 SnapShotSerialize serialize(vm_, false); in DeserializeGlobalEnvAndProgram() local
123 serialize.GeneratedNativeMethod(); in DeserializeGlobalEnvAndProgram()
190 serialize.RedirectSlot(pf.get()); in DeserializeGlobalEnvAndProgram()
DBUILD.gn35 "--snapshot-serialize-enabled=true",
Dsnapshot_serialize.h32 explicit SnapShotSerialize(EcmaVM *vm, bool serialize);
Dsnapshot_serialize.cpp636 SnapShotSerialize::SnapShotSerialize(EcmaVM *vm, bool serialize) : vm_(vm), serialize_(serialize) in SnapShotSerialize() argument