Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp169 … hdr.machineCodeObjSize, hdr.snapshotObjSize, hdr.hugeObjSize); in Deserialize()
171 hdr.machineCodeObjSize + hdr.snapshotObjSize + hdr.hugeObjSize; in Deserialize()
219 hdr.machineCodeObjSize = objSizeVector[2]; // 2: machineCodeObj in WriteToFile()
Dsnapshot.h55 uint32_t machineCodeObjSize {0};
Dsnapshot_processor.h69 … size_t machineCodeObjSize, size_t snapshotObjSize, size_t hugeSpaceObjSize);
Dsnapshot_processor.cpp1212 … size_t nonMovableObjSize, size_t machineCodeObjSize, in DeserializeObjectExcludeString() argument
1217 uintptr_t snapshotBegin = machineCodeBegin + machineCodeObjSize; in DeserializeObjectExcludeString()
1228 DeserializeSpaceObject(machineCodeBegin, machineCodeSpace, machineCodeObjSize); in DeserializeObjectExcludeString()