Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_saver.h69 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp40 bool SamplingProcessor::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.cpp151 bool ConcurrentSweeper::SweeperTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
Dparallel_evacuator.cpp425 bool ParallelEvacuator::EvacuationTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
430 bool ParallelEvacuator::UpdateReferenceTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
Dheap.cpp944 bool Heap::ParallelGCTask::Run(uint32_t threadIndex) in Run()
976 bool Heap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/ecmascript/dfx/pgo_profiler/
Dpgo_profiler_manager.h240 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()