Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker-inl.h57RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(slot.SlotAddress()), rootRegion); in MarkValue()
118 RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(mem), region); in HandleOldToNewRSet()
127 inline void NonMovableMarker::RecordWeakReference(uint32_t threadId, JSTaggedType *ref, Region *obj… in RecordWeakReference() function
175RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(slot.SlotAddress()), objectRegion); in HandleRangeRoots()
198 RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(mem), region); in HandleOldToNewRSet()
270RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(slot.SlotAddress()), rootRegion); in MarkValue()
322 inline void SemiGCMarker::RecordWeakReference(uint32_t threadId, JSTaggedType *ref, in RecordWeakReference() function
338 RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(slot.SlotAddress())); in MarkValue()
408 inline void CompressGCMarker::RecordWeakReference(uint32_t threadId, JSTaggedType *ref, in RecordWeakReference() function
Dparallel_marker.h80 …virtual inline void RecordWeakReference([[maybe_unused]] uint32_t threadId, [[maybe_unused]] JSTag… in RecordWeakReference() function
109 …inline void RecordWeakReference(uint32_t threadId, JSTaggedType *ref, Region *objectRegion) overri…
151 …inline void RecordWeakReference(uint32_t threadId, JSTaggedType *ref, Region *objectRegion = nullp…
180 …inline void RecordWeakReference(uint32_t threadId, JSTaggedType *ref, Region *objectRegion = nullp…