Searched refs:SetObjectEncodeField (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.h | 119 void SetObjectEncodeField(uintptr_t obj, size_t offset, uint64_t value);
|
| D | snapshot_processor.cpp | 1186 void SnapshotProcessor::SetObjectEncodeField(uintptr_t obj, size_t offset, uint64_t value) in SetObjectEncodeField() function in panda::ecmascript::SnapshotProcessor 1445 SetObjectEncodeField(snapshotObj, 0, encodeBit.GetValue()); in SerializeObject() 1453 SetObjectEncodeField(snapshotObj, slot.SlotAddress() - ToUintPtr(root), in SerializeObject() 1460 SetObjectEncodeField(snapshotObj, slot.SlotAddress() - ToUintPtr(root), in SerializeObject() 1481 SetObjectEncodeField(obj, slot.SlotAddress() - ToUintPtr(root), in VisitObjectBodyWithRep() 1486 SetObjectEncodeField(obj, slot.SlotAddress() - ToUintPtr(root), in VisitObjectBodyWithRep() 1780 SetObjectEncodeField(snapshotObj, 0, encodeBit.GetValue()); // methods in SerializePandaFileMethod()
|