Searched refs:RecordWeakReference (Results 1 – 3 of 3) sorted by relevance
/ark/js_runtime/ecmascript/mem/ |
D | parallel_marker-inl.h | 64 … RecordWeakReference(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 116 … RecordWeakReference(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
|
D | parallel_marker.h | 66 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…
|
D | parallel_marker.cpp | 65 … RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(slot.SlotAddress()), rootRegion); in ProcessMarkStack() 104 … RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(slot.SlotAddress()), rootRegion); in ProcessMarkStack() 136 … RecordWeakReference(threadId, reinterpret_cast<JSTaggedType *>(slot.SlotAddress())); in ProcessMarkStack()
|