Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/mem/
Dparallel_marker-inl.h64RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(slot.SlotAddress()), objectRegion); in HandleRangeRoots()
81 RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(mem), region); in HandleOldToNewRSet()
91 inline void NonMovableMarker::RecordWeakReference(uint32_t threadId, JSTaggedType *ref, Region *obj… in RecordWeakReference() function
116RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(slot.SlotAddress()), objectRegion); in HandleRangeRoots()
133 RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(mem), region); in HandleOldToNewRSet()
235 inline void SemiGcMarker::RecordWeakReference(uint32_t threadId, JSTaggedType *ref, in RecordWeakReference() function
283 inline void CompressGcMarker::RecordWeakReference(uint32_t threadId, JSTaggedType *ref, in RecordWeakReference() function
Dparallel_marker.h66 virtual inline void RecordWeakReference(uint32_t threadId, JSTaggedType *ref, in RecordWeakReference() function
88 …inline void RecordWeakReference(uint32_t threadId, JSTaggedType *ref, Region *objectRegion) overri…
122 …inline void RecordWeakReference(uint32_t threadId, JSTaggedType *ref, Region *objectRegion = nullp…
140 …inline void RecordWeakReference(uint32_t threadId, JSTaggedType *ref, Region *objectRegion = nullp…
Dparallel_marker.cpp65RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(slot.SlotAddress()), rootRegion); in ProcessMarkStack()
104RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(slot.SlotAddress()), rootRegion); in ProcessMarkStack()
136RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(slot.SlotAddress())); in ProcessMarkStack()