Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_settings.h157 bool G1EnableConcurrentUpdateRemset() const;
Dgc_settings.cpp165 bool GCSettings::G1EnableConcurrentUpdateRemset() const in G1EnableConcurrentUpdateRemset() function in panda::mem::GCSettings
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-gc.cpp720 …this->GetSettings()->G1EnableConcurrentUpdateRemset(), this->GetSettings()->G1MinConcurrentCardsTo… in InitializeImpl()
1356 … update_remset_thread_->SetUpdateConcurrent(this->GetSettings()->G1EnableConcurrentUpdateRemset()); in PostZygoteFork()