Lines Matching defs:threadId
201 inline void PushWeakReference(uint32_t threadId, JSTaggedType *weak) in PushWeakReference()
206 inline void IncreaseAliveSize(uint32_t threadId, size_t size) in IncreaseAliveSize()
211 inline void IncreasePromotedSize(uint32_t threadId, size_t size) in IncreasePromotedSize()
216 inline ProcessQueue *GetWeakReferenceQueue(uint32_t threadId) const in GetWeakReferenceQueue()
221 inline TlabAllocator *GetTlabAllocator(uint32_t threadId) const in GetTlabAllocator()
226 inline void PushSlotNeedUpdate(uint32_t threadId, SlotNeedUpdate slot) in PushSlotNeedUpdate()
231 inline bool GetSlotNeedUpdate(uint32_t threadId, SlotNeedUpdate *slot) in GetSlotNeedUpdate()
281 inline SharedTlabAllocator *GetTlabAllocator(uint32_t threadId) const in GetTlabAllocator()
286 inline void IncreaseAliveSize(uint32_t threadId, size_t size) in IncreaseAliveSize()
299 inline void PushWeakReference(uint32_t threadId, JSTaggedType *weak) in PushWeakReference()
304 inline ProcessQueue *GetWeakReferenceQueue(uint32_t threadId) const in GetWeakReferenceQueue()