Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/mem/
Dparallel_marker-inl.h33 inline void NonMovableMarker::MarkObject(uint32_t threadId, TaggedObject *object) in MarkObject()
48 inline void NonMovableMarker::HandleRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot… in HandleRoots()
56 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()
91 inline void NonMovableMarker::RecordWeakReference(uint32_t threadId, JSTaggedType *ref, Region *obj… in RecordWeakReference()
100 inline void MovableMarker::HandleRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot sl… in HandleRoots()
108 inline void MovableMarker::HandleRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSl… in HandleRangeRoots()
124 inline void MovableMarker::HandleOldToNewRSet(uint32_t threadId, Region *region) in HandleOldToNewRSet()
146 inline uintptr_t MovableMarker::AllocateDstSpace(uint32_t threadId, size_t size, bool &shouldPromot… in AllocateDstSpace()
171 inline void MovableMarker::UpdateForwardAddressIfSuccess(uint32_t threadId, TaggedObject *object, J… in UpdateForwardAddressIfSuccess()
[all …]
Dparallel_marker.cpp23 void Marker::MarkRoots(uint32_t threadId) in MarkRoots()
32 void Marker::ProcessOldToNew(uint32_t threadId) in ProcessOldToNew()
38 void Marker::ProcessOldToNew(uint32_t threadId, Region *region) in ProcessOldToNew()
45 void Marker::ProcessSnapshotRSet(uint32_t threadId) in ProcessSnapshotRSet()
51 void NonMovableMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack()
96 void SemiGcMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack()
128 void CompressGcMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack()
Dparallel_marker.h45 virtual void ProcessMarkStack(uint32_t threadId) in ProcessMarkStack()
51 virtual inline void MarkObject(uint32_t threadId, TaggedObject *object) // non move in MarkObject()
56 …virtual inline SlotStatus MarkObject(uint32_t threadId, TaggedObject *object, ObjectSlot slot) //… in MarkObject()
66 virtual inline void RecordWeakReference(uint32_t threadId, JSTaggedType *ref, in RecordWeakReference()
Dparallel_work_helper.h158 inline void PushWeakReference(uint32_t threadId, JSTaggedType *weak) in PushWeakReference()
163 inline void AddAliveSize(uint32_t threadId, size_t size) in AddAliveSize()
168 inline void AddPromoteSize(uint32_t threadId, size_t size) in AddPromoteSize()
173 inline ProcessQueue *GetWeakReferenceQueue(uint32_t threadId) const in GetWeakReferenceQueue()
178 inline TlabAllocator *GetTlabAllocator(uint32_t threadId) const in GetTlabAllocator()
183 inline void PushWaitUpdateSlot(uint32_t threadId, SlotNeedUpdate slot) in PushWaitUpdateSlot()
188 inline bool GetSlotNeedUpdate(uint32_t threadId, SlotNeedUpdate *slot) in GetSlotNeedUpdate()
Dparallel_work_helper.cpp50 bool WorkerHelper::Push(uint32_t threadId, TaggedObject *object) in Push()
60 bool WorkerHelper::Push(uint32_t threadId, TaggedObject *object, Region *region) in Push()
71 void WorkerHelper::PushWorkNodeToGlobal(uint32_t threadId, bool postTask) in PushWorkNodeToGlobal()
83 bool WorkerHelper::Pop(uint32_t threadId, TaggedObject **object) in Pop()
100 bool WorkerHelper::PopWorkNodeFromGlobal(uint32_t threadId) in PopWorkNodeFromGlobal()
Dconcurrent_marker.cpp135 bool ConcurrentMarker::MarkerTask::Run(uint32_t threadId) in Run()
/ark/js_runtime/ecmascript/platform/
Drunner.cpp56 void Runner::Run(uint32_t threadId) in Run()
/ark/runtime_core/runtime/tooling/
Ddebugger.h179 void ThreadStart(ManagedThread::ThreadId threadId) override in ThreadStart()
184 void ThreadEnd(ManagedThread::ThreadId threadId) override in ThreadEnd()
197 void VmInitialization(ManagedThread::ThreadId threadId) override in VmInitialization()
Ddebugger.cpp402 uint32_t threadId = managedThread->GetId(); in MethodEntry() local