Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.h55 uint32_t machineCodeObjSize {0};
Dsnapshot.cpp167 … hdr.machineCodeObjSize, hdr.snapshotObjSize, hdr.hugeObjSize); in Deserialize()
169 hdr.machineCodeObjSize + hdr.snapshotObjSize + hdr.hugeObjSize; in Deserialize()
216 hdr.machineCodeObjSize = objSizeVector[2]; // 2: machineCodeObj in WriteToFile()
Dsnapshot_processor.h68 … size_t machineCodeObjSize, size_t snapshotObjSize, size_t hugeSpaceObjSize);
Dsnapshot_processor.cpp1208 … size_t nonMovableObjSize, size_t machineCodeObjSize, in DeserializeObjectExcludeString() argument
1213 uintptr_t snapshotBegin = machineCodeBegin + machineCodeObjSize; in DeserializeObjectExcludeString()
1224 DeserializeSpaceObject(machineCodeBegin, machineCodeSpace, machineCodeObjSize); in DeserializeObjectExcludeString()