Home
last modified time | relevance | path

Searched defs:threadIndex (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h124 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/
Dparallel_evacuator.cpp156 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()
Dconcurrent_sweeper.cpp178 bool ConcurrentSweeper::SweeperTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
Dheap.cpp348 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()
Dparallel_evacuator.h212 std::unordered_set<JSTaggedType> &ArrayTrackInfoSet(uint32_t threadIndex) in ArrayTrackInfoSet()
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dfix_heap.cpp103 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/
Dgc_taskpool_test.cpp31 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/
Dheuristic_gc_policy.h60 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
71 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
Dmarking_collector.cpp69 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/
Dshared_concurrent_sweeper.cpp147 bool SharedConcurrentSweeper::SweeperTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
Dshared_gc_evacuator.cpp110 bool SharedGCEvacuator::UpdateReferenceTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/common_components/heap/space/
Dfrom_space.cpp99 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_snapshot.cpp51 bool JSPandaFileSnapshot::JSPandaFileSnapshotTask::Run(uint32_t threadIndex) in Run()
Djs_pandafile.cpp447 bool JSPandaFile::TranslateClassesTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_snapshot.cpp119 bool ModuleSnapshot::ModuleSnapshotTask::Run(uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp443 bool JitTask::AsyncTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/common_components/objects/
Dbase_string_table.cpp337 bool BaseStringTableCleaner::CMCSweepWeakRefTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.cpp363 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp75 bool EcmaStringTableCleaner::SweepWeakRefTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
Decma_string_table_optimization.cpp77 bool EcmaStringTableCleaner::SweepWeakRefTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()