Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker-inl.h50 inline void NonMovableMarker::MarkValue(uint32_t threadId, ObjectSlot &slot, Region *rootRegion, bo… in MarkValue()
71 inline void NonMovableMarker::MarkObject(uint32_t threadId, TaggedObject *object) in MarkObject()
84 inline void NonMovableMarker::HandleRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot… in HandleRoots()
92 inline void NonMovableMarker::HandleRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, Objec… in HandleRangeRoots()
113 inline void NonMovableMarker::HandleOldToNewRSet(uint32_t threadId, Region *region) in HandleOldToNewRSet()
129 inline void NonMovableMarker::RecordWeakReference(uint32_t threadId, JSTaggedType *ref, Region *obj… in RecordWeakReference()
157 inline void MovableMarker::HandleRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSlot sl… in HandleRoots()
165 inline void MovableMarker::HandleRangeRoots(uint32_t threadId, [[maybe_unused]] Root type, ObjectSl… in HandleRangeRoots()
189 inline void MovableMarker::HandleOldToNewRSet(uint32_t threadId, Region *region) in HandleOldToNewRSet()
208 inline uintptr_t MovableMarker::AllocateDstSpace(uint32_t threadId, size_t size, bool &shouldPromot… in AllocateDstSpace()
[all …]
Dparallel_marker.h47 virtual void ProcessMarkStack([[maybe_unused]] uint32_t threadId) in ProcessMarkStack()
52 virtual void ProcessIncrementalMarkStack([[maybe_unused]] uint32_t threadId, in ProcessIncrementalMarkStack()
60 …virtual inline void MarkObject([[maybe_unused]] uint32_t threadId, [[maybe_unused]] TaggedObject *… in MarkObject()
65 …virtual inline SlotStatus MarkObject([[maybe_unused]] uint32_t threadId, [[maybe_unused]] TaggedOb… in MarkObject()
78 …virtual inline void RecordWeakReference([[maybe_unused]] uint32_t threadId, [[maybe_unused]] JSTag… in RecordWeakReference()
Dparallel_marker.cpp24 void Marker::MarkRoots(uint32_t threadId) in MarkRoots()
37 void Marker::ProcessOldToNew(uint32_t threadId) in ProcessOldToNew()
43 void Marker::ProcessOldToNewNoMarkStack(uint32_t threadId) in ProcessOldToNewNoMarkStack()
48 void Marker::ProcessOldToNew(uint32_t threadId, Region *region) in ProcessOldToNew()
55 void Marker::ProcessSnapshotRSet(uint32_t threadId) in ProcessSnapshotRSet()
61 void Marker::ProcessSnapshotRSetNoMarkStack(uint32_t threadId) in ProcessSnapshotRSetNoMarkStack()
66 void NonMovableMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack()
99 void NonMovableMarker::ProcessIncrementalMarkStack(uint32_t threadId, uint32_t markStepSize) in ProcessIncrementalMarkStack()
151 void SemiGCMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack()
178 void CompressGCMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack()
[all …]
Dwork_manager.h152 inline void PushWeakReference(uint32_t threadId, JSTaggedType *weak) in PushWeakReference()
157 inline void IncreaseAliveSize(uint32_t threadId, size_t size) in IncreaseAliveSize()
162 inline void IncreasePromotedSize(uint32_t threadId, size_t size) in IncreasePromotedSize()
167 inline ProcessQueue *GetWeakReferenceQueue(uint32_t threadId) const in GetWeakReferenceQueue()
172 inline TlabAllocator *GetTlabAllocator(uint32_t threadId) const in GetTlabAllocator()
177 inline void PushSlotNeedUpdate(uint32_t threadId, SlotNeedUpdate slot) in PushSlotNeedUpdate()
182 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()
87 bool WorkManager::Pop(uint32_t threadId, TaggedObject **object) in Pop()
104 bool WorkManager::PopWorkNodeFromGlobal(uint32_t threadId) in PopWorkNodeFromGlobal()
Dmem_map_allocator.cpp27 MemMap MemMapAllocator::Allocate(const uint32_t threadId, size_t size, size_t alignment, in Allocate()
Dconcurrent_marker.cpp158 bool ConcurrentMarker::MarkerTask::Run(uint32_t threadId) in Run()
/arkcompiler/ets_runtime/ecmascript/taskpool/
Drunner.cpp72 for (uint32_t threadId : gcThreadId_) { in SetQosPriority() local
76 for (uint32_t threadId : gcThreadId_) { in SetQosPriority() local
89 void Runner::SetRunTask(uint32_t threadId, Task *task) in SetRunTask()
95 void Runner::Run(uint32_t threadId) in Run()
/arkcompiler/runtime_core/static_core/runtime/
Dlock_order_graph.cpp25 auto threadId = thread->GetId(); in UpdateMonitorsForThread() local
48 auto threadId = thread->GetId(); in CheckForTerminationLoops() local
63 auto threadId = thread->GetId(); in CheckForTerminationLoops() local
Dmt_thread_manager.cpp62 MTManagedThread *MTThreadManager::GetThreadByInternalThreadIdWithLockHeld(uint32_t threadId) in GetThreadByInternalThreadIdWithLockHeld()
331 MTManagedThread *MTThreadManager::SuspendAndWaitThreadByInternalThreadId(uint32_t threadId) in SuspendAndWaitThreadByInternalThreadId()
Dmark_word.h219 MarkWord DecodeFromLightLock(os::thread::ThreadId threadId, uint32_t count) in DecodeFromLightLock()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dthread.cpp37 int SetPriority(DWORD threadId, int prio) in SetPriority()
52 int GetPriority(DWORD threadId) in GetPriority()
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dmap.cpp21 …t CString GetPageTagString(PageTagType type, const std::string &spaceName, const uint32_t threadId) in GetPageTagString()
/arkcompiler/runtime_core/static_core/tools/sampler/
Dtrace_dumper.cpp46 void TraceDumper::WriteThreadId(std::ofstream &stream, uint32_t threadId) in WriteThreadId()
123 std::string MultipleCSVDumper::AddThreadIdToFilename(const std::string &filename, uint32_t threadId) in AddThreadIdToFilename()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dthread.cpp60 int SetPriority(int threadId, int prio) in SetPriority()
69 int GetPriority(int threadId) in GetPriority()
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h94 virtual void ThreadStart([[maybe_unused]] ManagedThread::ThreadId threadId) {} in ThreadStart()
95 virtual void ThreadEnd([[maybe_unused]] ManagedThread::ThreadId threadId) {} in ThreadEnd()
96 virtual void VmInitialization([[maybe_unused]] ManagedThread::ThreadId threadId) {} in VmInitialization()
333 void VmInitializationEvent(ManagedThread::ThreadId threadId) in VmInitializationEvent()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmap.cpp91 … [[maybe_unused]] const std::string &spaceName, [[maybe_unused]] const uint32_t threadId) in PageTag()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dmap.cpp77 …ag(void *mem, size_t size, PageTagType type, const std::string &spaceName, const uint32_t threadId) in PageTag()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsampling_profiler.cpp471 for (const auto &threadId : managedThreads_) { in SamplerThreadEntry() local