Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot.cpp232 uint32_t totalStringSize = 0U; in WriteToFile() local
238 totalStringSize += objectSize; in WriteToFile()
242 size_t totalObjSize = totalStringSize; in WriteToFile()
253 hdr.stringSize = totalStringSize; in WriteToFile()

Completed in 1 milliseconds