Lines Matching full:slot
133 ObjectSlot slot = start; in SerializeHClassFieldIndividually() local
134 while (slot < end) { in SerializeHClassFieldIndividually()
135 size_t fieldOffset = slot.SlotAddress() - ToUintPtr(root); in SerializeHClassFieldIndividually()
143 SerializeJSTaggedValue(JSTaggedValue(slot.GetTaggedType())); in SerializeHClassFieldIndividually()
147 slot++; in SerializeHClassFieldIndividually()
154 slot++; in SerializeHClassFieldIndividually()
162 slot++; in SerializeHClassFieldIndividually()
166 SerializeJSTaggedValue(JSTaggedValue(slot.GetTaggedType())); in SerializeHClassFieldIndividually()
167 slot++; in SerializeHClassFieldIndividually()
178 ObjectSlot slot = start; in SerializeSFunctionFieldIndividually() local
179 while (slot < end) { in SerializeSFunctionFieldIndividually()
180 size_t fieldOffset = slot.SlotAddress() - ToUintPtr(root); in SerializeSFunctionFieldIndividually()
187 slot++; in SerializeSFunctionFieldIndividually()
192 slot++; in SerializeSFunctionFieldIndividually()
198 … data_->WriteRawData(reinterpret_cast<uint8_t *>(slot.SlotAddress()), sizeof(uintptr_t)); in SerializeSFunctionFieldIndividually()
202 SerializeJSTaggedValue(JSTaggedValue(slot.GetTaggedType())); in SerializeSFunctionFieldIndividually()
203 slot++; in SerializeSFunctionFieldIndividually()
230 ObjectSlot slot = start; in SerializeLexicalEnvFieldIndividually() local
231 while (slot < end) { in SerializeLexicalEnvFieldIndividually()
232 size_t fieldOffset = slot.SlotAddress() - ToUintPtr(root); in SerializeLexicalEnvFieldIndividually()
238 slot++; in SerializeLexicalEnvFieldIndividually()
242 SerializeJSTaggedValue(JSTaggedValue(slot.GetTaggedType())); in SerializeLexicalEnvFieldIndividually()
243 slot++; in SerializeLexicalEnvFieldIndividually()
253 ObjectSlot slot = start; in SerializeSendableEnvFieldIndividually() local
254 while (slot < end) { in SerializeSendableEnvFieldIndividually()
255 size_t fieldOffset = slot.SlotAddress() - ToUintPtr(root); in SerializeSendableEnvFieldIndividually()
261 slot++; in SerializeSendableEnvFieldIndividually()
265 SerializeJSTaggedValue(JSTaggedValue(slot.GetTaggedType())); in SerializeSendableEnvFieldIndividually()
266 slot++; in SerializeSendableEnvFieldIndividually()
276 ObjectSlot slot = start; in SerializeAsyncFunctionFieldIndividually() local
277 while (slot < end) { in SerializeAsyncFunctionFieldIndividually()
278 size_t fieldOffset = slot.SlotAddress() - ToUintPtr(root); in SerializeAsyncFunctionFieldIndividually()
284 slot++; in SerializeAsyncFunctionFieldIndividually()
296 slot++; in SerializeAsyncFunctionFieldIndividually()
302 … data_->WriteRawData(reinterpret_cast<uint8_t *>(slot.SlotAddress()), sizeof(uintptr_t)); in SerializeAsyncFunctionFieldIndividually()
303 slot++; in SerializeAsyncFunctionFieldIndividually()
307 SerializeJSTaggedValue(JSTaggedValue(slot.GetTaggedType())); in SerializeAsyncFunctionFieldIndividually()
308 slot++; in SerializeAsyncFunctionFieldIndividually()
332 for (ObjectSlot slot = start; slot < end; slot++) { in SerializeTaggedObjField() local
333 SerializeJSTaggedValue(JSTaggedValue(slot.GetTaggedType())); in SerializeTaggedObjField()
343 for (ObjectSlot slot = start; slot < end; slot++) { in SerializeInObjField() local
346 auto fieldAddr = slot.SlotAddress(); in SerializeInObjField()
350 SerializeJSTaggedValue(JSTaggedValue(slot.GetTaggedType())); in SerializeInObjField()