Home
last modified time | relevance | path

Searched refs:UpdateRemsetThread (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dupdate_remset_thread.cpp26 UpdateRemsetThread<LanguageConfig>::UpdateRemsetThread(G1GC<LanguageConfig> *gc, in UpdateRemsetThread() function in ark::mem::UpdateRemsetThread
37 UpdateRemsetThread<LanguageConfig>::~UpdateRemsetThread() = default;
40 void UpdateRemsetThread<LanguageConfig>::CreateWorkerImpl() in CreateWorkerImpl()
46 …updateThread_ = internalAllocator->template New<std::thread>(&UpdateRemsetThread::ThreadLoop, this… in CreateWorkerImpl()
53 void UpdateRemsetThread<LanguageConfig>::DestroyWorkerImpl() in DestroyWorkerImpl()
70 void UpdateRemsetThread<LanguageConfig>::ThreadLoop() in ThreadLoop()
104 void UpdateRemsetThread<LanguageConfig>::ContinueProcessCards() in ContinueProcessCards()
110 TEMPLATE_CLASS_LANGUAGE_CONFIG(UpdateRemsetThread);
Dupdate_remset_thread.h83 class UpdateRemsetThread final : public UpdateRemsetWorker<LanguageConfig> {
85 …explicit UpdateRemsetThread(G1GC<LanguageConfig> *gc, GCG1BarrierSet::ThreadLocalCardQueues *queue,
88 ~UpdateRemsetThread() final;
89 NO_COPY_SEMANTIC(UpdateRemsetThread);
90 NO_MOVE_SEMANTIC(UpdateRemsetThread);
Dg1-gc.cpp951 updateRemsetWorker_ = allocator->template New<UpdateRemsetThread<LanguageConfig>>( in CreateUpdateRemsetWorker()