Searched defs:threadIndex (Results 1 – 20 of 20) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_manager.h | 124 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run() 148 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | parallel_evacuator.cpp | 156 bool ParallelEvacuator::EvacuateSpace(TlabAllocator *allocator, uint32_t threadIndex, uint32_t idOr… in EvacuateSpace() 565 void ParallelEvacuator::UpdateNewToOldEvacuationReference(Region *region, uint32_t threadIndex) in UpdateNewToOldEvacuationReference() 584 bool ParallelEvacuator::ProcessWorkloads(bool isMain, uint32_t threadIndex) in ProcessWorkloads() 689 bool ParallelEvacuator::EvacuationTask::Run(uint32_t threadIndex) in Run() 694 bool ParallelEvacuator::UpdateReferenceTask::Run([[maybe_unused]] uint32_t threadIndex) in Run() 700 …tor::EvacuateWorkload::Process([[maybe_unused]] bool isMain, [[maybe_unused]] uint32_t threadIndex) in Process() 706 [[maybe_unused]] uint32_t threadIndex) in Process() 713 [[maybe_unused]] uint32_t threadIndex) in Process() 724 … [[maybe_unused]] uint32_t threadIndex) in Process() 734 …ator::UpdateNewToOldEvacuationWorkload::Process([[maybe_unused]] bool isMain, uint32_t threadIndex) in Process()
|
| D | concurrent_sweeper.cpp | 178 bool ConcurrentSweeper::SweeperTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
|
| D | heap.cpp | 348 bool SharedHeap::ParallelMarkTask::Run(uint32_t threadIndex) in Run() 366 bool SharedHeap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run() 1902 bool Heap::CheckOngoingConcurrentMarkingImpl(ThreadType threadType, int threadIndex, in CheckOngoingConcurrentMarkingImpl() 2614 bool Heap::ParallelGCTask::Run(uint32_t threadIndex) in Run() 2640 bool Heap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run() 2647 bool Heap::FinishColdStartTask::Run([[maybe_unused]] uint32_t threadIndex) in Run() 2653 bool Heap::FinishGCRestrainTask::Run([[maybe_unused]] uint32_t threadIndex) in Run() 2697 bool Heap::DeleteCallbackTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
|
| D | parallel_evacuator.h | 212 std::unordered_set<JSTaggedType> &ArrayTrackInfoSet(uint32_t threadIndex) in ArrayTrackInfoSet()
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | fix_heap.cpp | 103 bool FixHeapWorker::Run([[maybe_unused]] uint32_t threadIndex) in Run() 171 bool PostFixHeapWorker::Run([[maybe_unused]] uint32_t threadIndex) in Run()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | gc_taskpool_test.cpp | 31 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run() 48 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | heuristic_gc_policy.h | 60 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run() 71 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
|
| D | marking_collector.cpp | 69 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run() 108 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run() 186 void MarkingCollector::ProcessMarkStack([[maybe_unused]] uint32_t threadIndex, Taskpool *threadPool, in ProcessMarkStack()
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_concurrent_sweeper.cpp | 147 bool SharedConcurrentSweeper::SweeperTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
|
| D | shared_gc_evacuator.cpp | 110 bool SharedGCEvacuator::UpdateReferenceTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
|
| /arkcompiler/ets_runtime/common_components/heap/space/ |
| D | from_space.cpp | 99 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_snapshot.cpp | 51 bool JSPandaFileSnapshot::JSPandaFileSnapshotTask::Run(uint32_t threadIndex) in Run()
|
| D | js_pandafile.cpp | 447 bool JSPandaFile::TranslateClassesTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_snapshot.cpp | 119 bool ModuleSnapshot::ModuleSnapshotTask::Run(uint32_t threadIndex) in Run()
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.cpp | 443 bool JitTask::AsyncTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
|
| /arkcompiler/ets_runtime/common_components/objects/ |
| D | base_string_table.cpp | 337 bool BaseStringTableCleaner::CMCSweepWeakRefTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/ |
| D | ark_collector.cpp | 363 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.cpp | 75 bool EcmaStringTableCleaner::SweepWeakRefTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
|
| D | ecma_string_table_optimization.cpp | 77 bool EcmaStringTableCleaner::SweepWeakRefTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
|