Home
last modified time | relevance | path

Searched refs:threadIndex (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.h37 bool Run(uint32_t threadIndex) override;
Dsampling_processor.cpp40 bool SamplingProcessor::Run([[maybe_unused]] uint32_t threadIndex) in Run() argument
/arkcompiler/ets_runtime/ecmascript/taskpool/
Dtask.h35 virtual bool Run(uint32_t threadIndex) = 0;
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.h52 bool Run(uint32_t threadIndex) override;
67 bool Run(uint32_t threadIndex) override;
Dheap.cpp1122 bool Heap::ParallelGCTask::Run(uint32_t threadIndex) in Run() argument
1126 heap_->GetSemiGCMarker()->MarkRoots(threadIndex); in Run()
1127 heap_->GetSemiGCMarker()->ProcessMarkStack(threadIndex); in Run()
1130 heap_->GetSemiGCMarker()->ProcessSnapshotRSet(threadIndex); in Run()
1133 heap_->GetSemiGCMarker()->ProcessMarkStack(threadIndex); in Run()
1136 heap_->GetNonMovableMarker()->ProcessMarkStack(threadIndex); in Run()
1139 heap_->GetCompressGCMarker()->ProcessMarkStack(threadIndex); in Run()
1142 heap_->GetNonMovableMarker()->ProcessMarkStack(threadIndex); in Run()
1145 heap_->GetNonMovableMarker()->ProcessOldToNew(threadIndex); in Run()
1154 bool Heap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run() argument
Dconcurrent_sweeper.h97 bool Run(uint32_t threadIndex) override;
Dconcurrent_sweeper.cpp157 bool ConcurrentSweeper::SweeperTask::Run([[maybe_unused]] uint32_t threadIndex) in Run() argument
Dheap.h557 bool Run(uint32_t threadIndex) override;
572 bool Run(uint32_t threadIndex) override;
Dparallel_evacuator.cpp442 bool ParallelEvacuator::EvacuationTask::Run([[maybe_unused]] uint32_t threadIndex) in Run() argument
447 bool ParallelEvacuator::UpdateReferenceTask::Run([[maybe_unused]] uint32_t threadIndex) in Run() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.h85 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run() argument