Home
last modified time | relevance | path

Searched refs:SetObjectEncodeField (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.h106 void SetObjectEncodeField(uintptr_t obj, size_t offset, uint64_t value);
Dsnapshot_processor.cpp1202 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()