Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/snapshot/mem/
Dsnapshot_serialize.cpp754 size_t others = 0; in RedirectSlot() local
755 space->EnumerateRegions([stringTable, &others, this, pf](Region *current) { in RedirectSlot()
760 if (others != 0) { in RedirectSlot()
761 for (size_t i = 0; i < others; i++) { in RedirectSlot()
769 others = others - i - 1; in RedirectSlot()
789 others = slot.GetObjectSize() - i - 1; in RedirectSlot()