Lines Matching refs:start
106 ObjectSlot start, ObjectSlot end)
110 SerializeHClassFieldIndividually(root, start, end);
113 SerializeLexicalEnvFieldIndividually(root, start, end);
116 SerializeSendableEnvFieldIndividually(root, start, end);
120 SerializeSFunctionFieldIndividually(root, start, end);
123 SerializeAsyncFunctionFieldIndividually(root, start, end);
130 void BaseSerializer::SerializeHClassFieldIndividually(TaggedObject *root, ObjectSlot start, ObjectSlot end)
133 ObjectSlot slot = start;
174 void BaseSerializer::SerializeSFunctionFieldIndividually(TaggedObject *root, ObjectSlot start, ObjectSlot end)
178 ObjectSlot slot = start;
227 void BaseSerializer::SerializeLexicalEnvFieldIndividually(TaggedObject *root, ObjectSlot start, ObjectSlot end)
230 ObjectSlot slot = start;
250 void BaseSerializer::SerializeSendableEnvFieldIndividually(TaggedObject *root, ObjectSlot start, ObjectSlot end)
253 ObjectSlot slot = start;
273 void BaseSerializer::SerializeAsyncFunctionFieldIndividually(TaggedObject *root, ObjectSlot start, ObjectSlot end)
276 ObjectSlot slot = start;
327 ObjectSlot start, ObjectSlot end)
331 || !SerializeSpecialObjIndividually(objectType, root, start, end)) {
332 for (ObjectSlot slot = start; slot < end; slot++) {
338 void BaseSerializer::SerializeInObjField(TaggedObject *object, ObjectSlot start, ObjectSlot end)
343 for (ObjectSlot slot = start; slot < end; slot++) {