Searched refs:SetObjectEncodeField (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.h | 106 void SetObjectEncodeField(uintptr_t obj, size_t offset, uint64_t value);
|
| D | snapshot_processor.cpp | 1202 void SnapshotProcessor::SetObjectEncodeField(uintptr_t obj, size_t offset, uint64_t value) in SetObjectEncodeField() function in panda::ecmascript::SnapshotProcessor 1452 SetObjectEncodeField(snapshotObj, 0, encodeBit.GetValue()); in SerializeObject() 1460 SetObjectEncodeField(snapshotObj, slot.SlotAddress() - ToUintPtr(root), in SerializeObject() 1467 SetObjectEncodeField(snapshotObj, slot.SlotAddress() - ToUintPtr(root), in SerializeObject() 1490 SetObjectEncodeField(obj, slot.SlotAddress() - ToUintPtr(root), in VisitObjectBodyWithRep() 1495 SetObjectEncodeField(obj, slot.SlotAddress() - ToUintPtr(root), in VisitObjectBodyWithRep() 1776 SetObjectEncodeField(snapshotObj, 0, encodeBit.GetValue()); // methods in SerializePandaFileMethod()
|