Home
last modified time | relevance | path

Searched defs:threadId (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker-inl.h30 inline void NonMovableMarker::MarkObject(uint32_t threadId, TaggedObject *object) in MarkObject()
43 inline void NonMovableMarker::HandleRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot… in HandleRoots()
51 inline void NonMovableMarker::HandleRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, Objec… in HandleRangeRoots()
72 inline void NonMovableMarker::HandleOldToNewRSet(uint32_t threadId, Region *region) in HandleOldToNewRSet()
98 inline void NonMovableMarker::RecordWeakReference(uint32_t threadId, JSTaggedType *ref, Region *obj… in RecordWeakReference()
107 inline void MovableMarker::HandleRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot sl… in HandleRoots()
115 inline void MovableMarker::HandleRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSl… in HandleRangeRoots()
139 inline void MovableMarker::HandleOldToNewRSet(uint32_t threadId, Region *region) in HandleOldToNewRSet()
158 inline uintptr_t MovableMarker::AllocateDstSpace(uint32_t threadId, size_t size, bool &shouldPromot… in AllocateDstSpace()
183 inline void MovableMarker::UpdateForwardAddressIfSuccess(uint32_t threadId, TaggedObject *object, J… in UpdateForwardAddressIfSuccess()
[all …]
Dparallel_marker.cpp22 void Marker::MarkRoots(uint32_t threadId) in MarkRoots()
33 void Marker::ProcessOldToNew(uint32_t threadId) in ProcessOldToNew()
39 void Marker::ProcessOldToNew(uint32_t threadId, Region *region) in ProcessOldToNew()
46 void Marker::ProcessSnapshotRSet(uint32_t threadId) in ProcessSnapshotRSet()
52 void NonMovableMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack()
97 void SemiGCMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack()
129 void CompressGCMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack()
159 uintptr_t CompressGCMarker::AllocateForwardAddress(uint32_t threadId, size_t size, JSHClass *hclass, in AllocateForwardAddress()
Dparallel_marker.h47 virtual void ProcessMarkStack([[maybe_unused]] uint32_t threadId) in ProcessMarkStack()
54 …virtual inline void MarkObject([[maybe_unused]] uint32_t threadId, [[maybe_unused]] TaggedObject *… in MarkObject()
59 …virtual inline SlotStatus MarkObject([[maybe_unused]] uint32_t threadId, [[maybe_unused]] TaggedOb… in MarkObject()
72 …virtual inline void RecordWeakReference([[maybe_unused]] uint32_t threadId, [[maybe_unused]] JSTag… in RecordWeakReference()
Dwork_manager.h159 inline void PushWeakReference(uint32_t threadId, JSTaggedType *weak) in PushWeakReference()
164 inline void IncreaseAliveSize(uint32_t threadId, size_t size) in IncreaseAliveSize()
169 inline void IncreasePromotedSize(uint32_t threadId, size_t size) in IncreasePromotedSize()
174 inline ProcessQueue *GetWeakReferenceQueue(uint32_t threadId) const in GetWeakReferenceQueue()
179 inline TlabAllocator *GetTlabAllocator(uint32_t threadId) const in GetTlabAllocator()
184 inline void PushSlotNeedUpdate(uint32_t threadId, SlotNeedUpdate slot) in PushSlotNeedUpdate()
189 inline bool GetSlotNeedUpdate(uint32_t threadId, SlotNeedUpdate *slot) in GetSlotNeedUpdate()
Dwork_manager.cpp53 bool WorkManager::Push(uint32_t threadId, TaggedObject *object) in Push()
63 bool WorkManager::Push(uint32_t threadId, TaggedObject *object, Region *region) in Push()
74 void WorkManager::PushWorkNodeToGlobal(uint32_t threadId, bool postTask) in PushWorkNodeToGlobal()
86 bool WorkManager::Pop(uint32_t threadId, TaggedObject **object) in Pop()
103 bool WorkManager::PopWorkNodeFromGlobal(uint32_t threadId) in PopWorkNodeFromGlobal()
Dconcurrent_marker.cpp159 bool ConcurrentMarker::MarkerTask::Run(uint32_t threadId) in Run()
/arkcompiler/ets_runtime/ecmascript/taskpool/
Drunner.cpp65 void Runner::SetRunTask(uint32_t threadId, Task *task) in SetRunTask()
71 void Runner::Run(uint32_t threadId) in Run()