Searched defs:threadId (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | parallel_marker-inl.h | 30 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 …]
|
| D | parallel_marker.cpp | 22 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()
|
| D | parallel_marker.h | 47 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()
|
| D | work_manager.h | 159 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()
|
| D | work_manager.cpp | 53 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()
|
| D | concurrent_marker.cpp | 159 bool ConcurrentMarker::MarkerTask::Run(uint32_t threadId) in Run()
|
| /arkcompiler/ets_runtime/ecmascript/taskpool/ |
| D | runner.cpp | 65 void Runner::SetRunTask(uint32_t threadId, Task *task) in SetRunTask() 71 void Runner::Run(uint32_t threadId) in Run()
|