Searched refs:SetObjectEncodeField (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.h | 109 void SetObjectEncodeField(uintptr_t obj, size_t offset, uint64_t value);
|
| D | snapshot_processor.cpp | 1206 void SnapshotProcessor::SetObjectEncodeField(uintptr_t obj, size_t offset, uint64_t value) in SetObjectEncodeField() function in panda::ecmascript::SnapshotProcessor 1466 SetObjectEncodeField(snapshotObj, 0, encodeBit.GetValue()); in SerializeObject() 1474 SetObjectEncodeField(snapshotObj, slot.SlotAddress() - ToUintPtr(root), in SerializeObject() 1481 SetObjectEncodeField(snapshotObj, slot.SlotAddress() - ToUintPtr(root), in SerializeObject() 1502 SetObjectEncodeField(obj, slot.SlotAddress() - ToUintPtr(root), in VisitObjectBodyWithRep() 1507 SetObjectEncodeField(obj, slot.SlotAddress() - ToUintPtr(root), in VisitObjectBodyWithRep() 1788 SetObjectEncodeField(snapshotObj, 0, encodeBit.GetValue()); // methods in SerializePandaFileMethod()
|