Searched defs:threadId (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | parallel_marker-inl.h | 48 inline void NonMovableMarker::MarkValue(uint32_t threadId, ObjectSlot &slot, Region *rootRegion, bo… in MarkValue() 69 inline void NonMovableMarker::MarkObject(uint32_t threadId, TaggedObject *object) in MarkObject() 82 inline void NonMovableMarker::HandleRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot… in HandleRoots() 90 inline void NonMovableMarker::HandleRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, Objec… in HandleRangeRoots() 111 inline void NonMovableMarker::HandleOldToNewRSet(uint32_t threadId, Region *region) in HandleOldToNewRSet() 127 inline void NonMovableMarker::RecordWeakReference(uint32_t threadId, JSTaggedType *ref, Region *obj… in RecordWeakReference() 159 inline void MovableMarker::HandleRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot sl… in HandleRoots() 167 inline void MovableMarker::HandleRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSl… in HandleRangeRoots() 191 inline void MovableMarker::HandleOldToNewRSet(uint32_t threadId, Region *region) in HandleOldToNewRSet() 210 inline uintptr_t MovableMarker::AllocateDstSpace(uint32_t threadId, size_t size, bool &shouldPromot… in AllocateDstSpace() [all …]
|
| D | parallel_marker.cpp | 24 void Marker::MarkRoots(uint32_t threadId) in MarkRoots() 36 void Marker::ProcessOldToNew(uint32_t threadId) in ProcessOldToNew() 42 void Marker::ProcessOldToNewNoMarkStack(uint32_t threadId) in ProcessOldToNewNoMarkStack() 47 void Marker::ProcessOldToNew(uint32_t threadId, Region *region) in ProcessOldToNew() 54 void Marker::ProcessSnapshotRSet(uint32_t threadId) in ProcessSnapshotRSet() 60 void Marker::ProcessSnapshotRSetNoMarkStack(uint32_t threadId) in ProcessSnapshotRSetNoMarkStack() 65 void NonMovableMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack() 96 void NonMovableMarker::ProcessIncrementalMarkStack(uint32_t threadId, uint32_t markStepSize) in ProcessIncrementalMarkStack() 146 void SemiGCMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack() 172 void CompressGCMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack() [all …]
|
| D | parallel_marker.h | 49 virtual void ProcessMarkStack([[maybe_unused]] uint32_t threadId) in ProcessMarkStack() 54 virtual void ProcessIncrementalMarkStack([[maybe_unused]] uint32_t threadId, in ProcessIncrementalMarkStack() 62 …virtual inline void MarkObject([[maybe_unused]] uint32_t threadId, [[maybe_unused]] TaggedObject *… in MarkObject() 67 …virtual inline SlotStatus MarkObject([[maybe_unused]] uint32_t threadId, [[maybe_unused]] TaggedOb… in MarkObject() 80 …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 | 55 bool WorkManager::Push(uint32_t threadId, TaggedObject *object) in Push() 65 bool WorkManager::Push(uint32_t threadId, TaggedObject *object, Region *region) in Push() 76 void WorkManager::PushWorkNodeToGlobal(uint32_t threadId, bool postTask) in PushWorkNodeToGlobal() 89 bool WorkManager::Pop(uint32_t threadId, TaggedObject **object) in Pop() 106 bool WorkManager::PopWorkNodeFromGlobal(uint32_t threadId) in PopWorkNodeFromGlobal()
|
| D | concurrent_marker.cpp | 154 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()
|