Searched defs:stringBegin (Results 1 – 2 of 2) sorted by relevance
167 …uintptr_t stringBegin = regularObjBegin + hdr.regularObjSize + hdr.pinnedObjSize + hdr.largeObjSiz… in DeserializeInternal() local174 uintptr_t stringBegin = oldSpaceBegin + hdr.oldSpaceObjSize + hdr.nonMovableObjSize + in DeserializeInternal() local
1385 void SnapshotProcessor::DeserializeString(uintptr_t stringBegin, uintptr_t stringEnd) in DeserializeString()