Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.cpp142 bool ParallelEvacuator::EvacuateSpace(TlabAllocator *allocator, uint32_t threadIndex, uint32_t idOr… in EvacuateSpace()
497 void ParallelEvacuator::UpdateNewToOldEvacuationReference(Region *region, uint32_t threadIndex) in UpdateNewToOldEvacuationReference()
516 bool ParallelEvacuator::ProcessWorkloads(bool isMain, uint32_t threadIndex) in ProcessWorkloads()
621 bool ParallelEvacuator::EvacuationTask::Run(uint32_t threadIndex) in Run()
626 bool ParallelEvacuator::UpdateReferenceTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
632 …tor::EvacuateWorkload::Process([[maybe_unused]] bool isMain, [[maybe_unused]] uint32_t threadIndex) in Process()
638 [[maybe_unused]] uint32_t threadIndex) in Process()
645 [[maybe_unused]] uint32_t threadIndex) in Process()
656 … [[maybe_unused]] uint32_t threadIndex) in Process()
666 …ator::UpdateNewToOldEvacuationWorkload::Process([[maybe_unused]] bool isMain, uint32_t threadIndex) in Process()
Dconcurrent_sweeper.cpp176 bool ConcurrentSweeper::SweeperTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
Dparallel_evacuator.h211 std::unordered_set<JSTaggedType> &ArrayTrackInfoSet(uint32_t threadIndex) in ArrayTrackInfoSet()
Dheap.cpp331 bool SharedHeap::ParallelMarkTask::Run(uint32_t threadIndex) in Run()
349 bool SharedHeap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
2478 bool Heap::ParallelGCTask::Run(uint32_t threadIndex) in Run()
2501 bool Heap::AsyncClearTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
2508 bool Heap::FinishColdStartTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
2514 bool Heap::FinishGCRestrainTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
2554 bool Heap::DeleteCallbackTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h125 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
149 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
Dpgo_profiler_encoder.h66 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_taskpool_test.cpp31 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run()
48 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()
Dshared_gc_evacuator.cpp109 bool SharedGCEvacuator::UpdateReferenceTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp399 bool JitTask::AsyncTask::Run([[maybe_unused]] uint32_t threadIndex) in Run()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp454 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()