Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.h128 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
151 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
Dpgo_profiler.h171 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp92 bool JitTask::AsyncTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.h124 std::unordered_set<JSTaggedType> &ArrayTrackInfoSet(uint32_t threadIndex) in ArrayTrackInfoSet()
Dparallel_evacuator.cpp103 bool ParallelEvacuator::EvacuateSpace(TlabAllocator *allocator, uint32_t threadIndex, bool isMain) in EvacuateSpace()
481 bool ParallelEvacuator::EvacuationTask::Run(uint32_t threadIndex) in Run()
486 bool ParallelEvacuator::UpdateReferenceTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
Dconcurrent_sweeper.cpp158 bool ConcurrentSweeper::SweeperTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
Dheap.cpp1403 bool Heap::ParallelGCTask::Run(uint32_t threadIndex) in Run()
1437 bool Heap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
1443 bool Heap::FinishColdStartTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()