Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_barrier_set.h146 CardTable *cardTable, uint8_t cardBits, uint8_t dirtyCardValue) in GCGenBarrierSet()
200 ObjTwoRefProcessFunc postFunc, uint8_t regionSizeBitsCount, CardTable *cardTable, in GCG1BarrierSet()
Dgc_barrier_set.cpp31 bool CheckPostBarrier(CardTable *cardTable, const void *objAddr, bool checkCardTable = true) in CheckPostBarrier()
Dgc_root.cpp111 void RootManager<LanguageConfig>::VisitCardTableRoots(CardTable *cardTable, ObjectAllocatorBase *al… in VisitCardTableRoots()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-helpers.cpp60 auto cardTable = barriers->GetCardTable(); in PostWrbUpdateCardFuncEntrypoint() local
Dref_updater.h68 …EnqueueRemsetRefUpdater(CardTable *cardTable, GCG1BarrierSet::ThreadLocalCardQueues *updatedRefsQu… in EnqueueRemsetRefUpdater()
Dcard_handler.h31 …explicit CardHandler(CardTable *cardTable, size_t regionSizeBits, const std::atomic_bool &deferCar… in CardHandler()
Dg1-gc.cpp1204 auto *cardTable = this->GetCardTable(); in MergeRemSet() local
2359 auto cardTable = this->GetCardTable(); in CacheRefsFromDirtyCards() local
2383 CardTable *cardTable = this->GetCardTable(); in RestoreYoungCards() local
2392 auto *cardTable = this->GetCardTable(); in ClearYoungCards() local
2401 auto *cardTable = this->GetCardTable(); in ClearTenuredCards() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/lang/
Dgc_lang.h66 void VisitCardTableRoots(CardTable *cardTable, const GCRootVisitor &gcRootVisitor, in VisitCardTableRoots()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map_singleton.cpp110 auto cardTable = Thread::GetCurrent()->GetVM()->GetGC()->GetCardTable(); in MarkCardsAsYoung() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_test.cpp1377 CardTable *cardTable = gc->GetCardTable(); in TEST_F() local
1423 CardTable *cardTable = gc->GetCardTable(); in TEST_F() local
1455 CardTable *cardTable = gc->GetCardTable(); in TEST_F() local
1487 CardTable *cardTable = gc->GetCardTable(); in TEST_F() local
1513 CardTable *cardTable = gc->GetCardTable(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h91 void VisitCardTableRoots([[maybe_unused]] mem::CardTable *cardTable, in VisitCardTableRoots()