Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp168 uintptr_t stringEnd = stringBegin + hdr.stringSize; in DeserializeInternal() local
176 uintptr_t stringEnd = stringBegin + hdr.stringSize; in DeserializeInternal() local
Dsnapshot_processor.cpp1385 void SnapshotProcessor::DeserializeString(uintptr_t stringBegin, uintptr_t stringEnd) in DeserializeString()