| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_gc_marker-inl.h | 28 inline void SharedGCMarker::MarkObject(uint32_t threadId, TaggedObject *object, [[maybe_unused]] Ob… in MarkObject() 47 inline void SharedGCMarkerBase::HandleLocalRoots(uint32_t threadId, [[maybe_unused]] Root type, Obj… in HandleLocalRoots() 55 inline void SharedGCMarkerBase::HandleLocalRangeRoots(uint32_t threadId, [[maybe_unused]] Root type… in HandleLocalRangeRoots() 69 inline void SharedGCMarkerBase::RecordWeakReference(uint32_t threadId, JSTaggedType *slot) in RecordWeakReference() 74 inline void SharedGCMarkerBase::RecordObject(JSTaggedValue value, uint32_t threadId, void *mem) in RecordObject() 85 inline bool SharedGCMarkerBase::GetVisitor(JSTaggedValue value, uint32_t threadId, void *mem) in GetVisitor() 103 inline auto SharedGCMarkerBase::GenerateRSetVisitor(uint32_t threadId) in GenerateRSetVisitor() 114 inline void SharedGCMarkerBase::ProcessVisitorOfDoMark(uint32_t threadId) in ProcessVisitorOfDoMark() 130 inline void SharedGCMarkerBase::DoMark(uint32_t threadId) in DoMark() 193 void SharedGCMovableMarker::MarkObject(uint32_t threadId, TaggedObject *object, ObjectSlot &slot) in MarkObject() [all …]
|
| D | shared_gc_marker.h | 66 …virtual inline void MarkObject([[maybe_unused]] uint32_t threadId, [[maybe_unused]] TaggedObject *… in MarkObject() 72 virtual void ProcessMarkStack([[maybe_unused]] uint32_t threadId) in ProcessMarkStack()
|
| D | shared_full_gc-inl.h | 23 …ullGCMarkRootVisitor::SharedFullGCMarkRootVisitor(SharedGCMovableMarker *marker, uint32_t threadId) in SharedFullGCMarkRootVisitor() 59 …CMarkObjectVisitor::SharedFullGCMarkObjectVisitor(SharedGCMovableMarker *marker, uint32_t threadId) in SharedFullGCMarkObjectVisitor()
|
| D | shared_gc_marker.cpp | 86 void SharedGCMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack() 117 void SharedGCMovableMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack()
|
| D | shared_gc_visitor-inl.h | 25 …redGCMarkRootVisitor::SharedGCMarkRootVisitor(SharedGCWorkManager *sWorkManager, uint32_t threadId) in SharedGCMarkRootVisitor() 66 …CMarkObjectVisitor::SharedGCMarkObjectVisitor(SharedGCWorkManager *sWorkManager, uint32_t threadId) in SharedGCMarkObjectVisitor()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | parallel_marker.cpp | 37 void NonMovableMarker::ProcessOldToNew(uint32_t threadId) in ProcessOldToNew() 45 void NonMovableMarker::ProcessOldToNewNoMarkStack(uint32_t threadId) in ProcessOldToNewNoMarkStack() 52 void NonMovableMarker::ProcessSnapshotRSet(uint32_t threadId) in ProcessSnapshotRSet() 60 void NonMovableMarker::ProcessSnapshotRSetNoMarkStack(uint32_t threadId) in ProcessSnapshotRSetNoMarkStack() 67 void NonMovableMarker::MarkJitCodeMap(uint32_t threadId) in MarkJitCodeMap() 98 void NonMovableMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack() 107 void NonMovableMarker::ProcessYoungGCMarkStack(uint32_t threadId) in ProcessYoungGCMarkStack() 132 void NonMovableMarker::ProcessOldGCMarkStack(uint32_t threadId) in ProcessOldGCMarkStack() 158 void NonMovableMarker::ProcessIncrementalMarkStack(uint32_t threadId, uint32_t markStepSize) in ProcessIncrementalMarkStack() 187 void CompressGCMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack() [all …]
|
| D | parallel_marker.h | 41 virtual void MarkJitCodeMap([[maybe_unused]] uint32_t threadId) in MarkJitCodeMap() 46 virtual void ProcessMarkStack([[maybe_unused]] uint32_t threadId) in ProcessMarkStack() 51 virtual void ProcessIncrementalMarkStack([[maybe_unused]] uint32_t threadId, in ProcessIncrementalMarkStack()
|
| D | work_manager.h | 277 inline WorkNodeHolder *GetWorkNodeHolder(uint32_t threadId) in GetWorkNodeHolder() 311 inline SharedTlabAllocator *GetTlabAllocator(uint32_t threadId) const in GetTlabAllocator() 316 inline void IncreaseAliveSize(uint32_t threadId, size_t size) in IncreaseAliveSize() 329 inline void PushWeakReference(uint32_t threadId, JSTaggedType *weak) in PushWeakReference() 334 inline ProcessQueue *GetWeakReferenceQueue(uint32_t threadId) const in GetWeakReferenceQueue()
|
| D | work_manager-inl.h | 333 bool SharedGCWorkManager::Push(uint32_t threadId, TaggedObject *object) in Push() 358 void SharedGCWorkManager::PushWorkNodeToGlobal(uint32_t threadId, bool postTask) in PushWorkNodeToGlobal() 383 bool SharedGCWorkManager::Pop(uint32_t threadId, TaggedObject **object) in Pop() 400 bool SharedGCWorkManager::PopWorkNodeFromGlobal(uint32_t threadId) in PopWorkNodeFromGlobal()
|
| D | mem_map_allocator.cpp | 185 MemMap MemMapAllocator::Allocate(const uint32_t threadId, size_t size, size_t alignment, in Allocate() 213 MemMap MemMapAllocator::AllocateFromCompressPool(const uint32_t threadId, size_t size, size_t align… in AllocateFromCompressPool() 248 MemMap MemMapAllocator::AllocateFromMemPool(const uint32_t threadId, size_t size, size_t alignment, in AllocateFromMemPool() 279 MemMap MemMapAllocator::InitialMemPool(MemMap &mem, const uint32_t threadId, size_t size, const std… in InitialMemPool()
|
| D | full_gc.cpp | 206 void FullGC::UpdateRecordWeakReference(uint32_t threadId) in UpdateRecordWeakReference() 235 void FullGC::UpdateRecordJSWeakMap(uint32_t threadId) in UpdateRecordJSWeakMap()
|
| /arkcompiler/ets_runtime/common_components/taskpool/ |
| D | runner.cpp | 88 for (uint32_t threadId : gcThreadId_) { in SetQosPriority() local 94 for (uint32_t threadId : gcThreadId_) { in SetQosPriority() local 100 for (uint32_t threadId : gcThreadId_) { in SetQosPriority() local 118 void Runner::SetRunTask(uint32_t threadId, Task *task) in SetRunTask() 124 void Runner::Run(uint32_t threadId) in Run()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | lock_order_graph.cpp | 25 auto threadId = thread->GetId(); in UpdateMonitorsForThread() local 48 auto threadId = thread->GetId(); in CheckForTerminationLoops() local 63 auto threadId = thread->GetId(); in CheckForTerminationLoops() local
|
| D | mt_thread_manager.cpp | 62 MTManagedThread *MTThreadManager::GetThreadByInternalThreadIdWithLockHeld(uint32_t threadId) in GetThreadByInternalThreadIdWithLockHeld() 333 MTManagedThread *MTThreadManager::SuspendAndWaitThreadByInternalThreadId(uint32_t threadId) in SuspendAndWaitThreadByInternalThreadId()
|
| /arkcompiler/ets_runtime/ecmascript/cross_vm/unified_gc/ |
| D | unified_gc_marker.cpp | 39 void UnifiedGCMarker::InitialMark(uint32_t threadId) in InitialMark() 67 void UnifiedGCMarker::ProcessMarkStack(uint32_t threadId) in ProcessMarkStack()
|
| /arkcompiler/ets_runtime/common_components/heap/ |
| D | heap_work.h | 39 void Execute(size_t threadId) override { func_(threadId); } in Execute()
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | map.cpp | 19 …d::string GetPageTagString(PageTagType type, const std::string &spaceName, const uint32_t threadId) in GetPageTagString()
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | thread.cpp | 73 int SetPriority(DWORD threadId, int prio) in SetPriority() 88 int GetPriority(DWORD threadId) in GetPriority()
|
| /arkcompiler/runtime_core/static_core/tools/sampler/ |
| D | trace_dumper.cpp | 55 void TraceDumper::WriteThreadId(std::ofstream &stream, uint32_t threadId) in WriteThreadId() 132 std::string MultipleCSVDumper::AddThreadIdToFilename(const std::string &filename, uint32_t threadId) in AddThreadIdToFilename()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | thread.cpp | 104 int SetPriority(int threadId, int prio) in SetPriority() 113 int GetPriority(int threadId) in GetPriority()
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_dfx.cpp | 67 void JitDfx::OpenLogFile(uint32_t threadId) in OpenLogFile() 87 uint32_t threadId = os::thread::GetCurrentThreadId(); in GetLogFileStream() local
|
| /arkcompiler/ets_runtime/common_components/taskpool/tests/ |
| D | runner_test.cpp | 46 bool Run(uint32_t threadId) override in Run()
|
| D | task_queue_test.cpp | 45 bool Run(uint32_t threadId) override in Run()
|
| D | taskpool_test.cpp | 31 bool Run(uint32_t threadId) override in Run()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_shared_module_manager.h | 32 uint32_t threadId; member
|