Home
last modified time | relevance | path

Searched defs:cardTable (Results 1 – 12 of 12) 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/lang/
Dgc_lang.h66 void VisitCardTableRoots(CardTable *cardTable, const GCRootVisitor &gcRootVisitor, 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.cpp1381 auto *cardTable = this->GetCardTable(); in MergeRemSet() local
2557 auto cardTable = this->GetCardTable(); in CacheRefsFromDirtyCards() local
2581 CardTable *cardTable = this->GetCardTable(); in RestoreYoungCards() local
2590 auto *cardTable = this->GetCardTable(); in ClearYoungCards() local
2599 auto *cardTable = this->GetCardTable(); in ClearTenuredCards() local
/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.cpp1557 CardTable *cardTable = gc->GetCardTable(); in TEST_F() local
1603 CardTable *cardTable = gc->GetCardTable(); in TEST_F() local
1635 CardTable *cardTable = gc->GetCardTable(); in TEST_F() local
1667 CardTable *cardTable = gc->GetCardTable(); in TEST_F() local
1693 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()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1977 GateRef cardTable = PtrAdd(rset, IntPtr(common::RegionRSet::CARD_TABLE_DATA_OFFSET)); in MarkRSetCardTable() local