Home
last modified time | relevance | path

Searched defs:stringBegin (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp167 …uintptr_t stringBegin = regularObjBegin + hdr.regularObjSize + hdr.pinnedObjSize + hdr.largeObjSiz… in DeserializeInternal() local
174 uintptr_t stringBegin = oldSpaceBegin + hdr.oldSpaceObjSize + hdr.nonMovableObjSize + in DeserializeInternal() local
Dsnapshot_processor.cpp1385 void SnapshotProcessor::DeserializeString(uintptr_t stringBegin, uintptr_t stringEnd) in DeserializeString()