Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.h130 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
154 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
Dpgo_profiler.h249 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_concurrent_sweeper.cpp144 bool SharedConcurrentSweeper::SweeperTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.cpp161 bool ConcurrentSweeper::SweeperTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
Dparallel_evacuator.h143 std::unordered_set<JSTaggedType> &ArrayTrackInfoSet(uint32_t threadIndex) in ArrayTrackInfoSet()
Dparallel_evacuator.cpp113 bool ParallelEvacuator::EvacuateSpace(TlabAllocator *allocator, uint32_t threadIndex, bool isMain) in EvacuateSpace()
589 bool ParallelEvacuator::EvacuationTask::Run(uint32_t threadIndex) in Run()
594 bool ParallelEvacuator::UpdateReferenceTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
Dheap.cpp319 bool SharedHeap::ParallelMarkTask::Run(uint32_t threadIndex) in Run()
337 bool SharedHeap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
2306 bool Heap::ParallelGCTask::Run(uint32_t threadIndex) in Run()
2342 bool Heap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
2348 bool Heap::FinishColdStartTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
2388 bool Heap::DeleteCallbackTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp396 bool JitTask::AsyncTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_logger.cpp270 bool ModuleLogger::ModuleLoggerTask::Run([[maybe_unused]]uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp478 bool JSPandaFile::TranslateClassesTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp72 bool EcmaStringTableCleaner::SweepWeakRefTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()