Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp40 bool SamplingProcessor::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.h85 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.cpp157 bool ConcurrentSweeper::SweeperTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
Dparallel_evacuator.cpp442 bool ParallelEvacuator::EvacuationTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
447 bool ParallelEvacuator::UpdateReferenceTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
Dheap.cpp1122 bool Heap::ParallelGCTask::Run(uint32_t threadIndex) in Run()
1154 bool Heap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()