Home
last modified time | relevance | path

Searched defs:card_table (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/
Drem_set.h93 void SetCardTable(CardTable *card_table) in SetCardTable()
Drem_set-inl.h26 RemSet<LockConfigT>::RemSet(Region *region, CardTable *card_table) in RemSet()
Dregion_space.cpp43 auto card_table = Thread::GetCurrent()->GetVM()->GetGC()->GetCardTable(); in CreateRemSet() local
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_barrier_set.h154 … void *min_addr, CardTable *card_table, uint8_t card_bits, uint8_t dirty_card_value) in GCGenBarrierSet()
206 … objTwoRefProcessFunc post_func, uint8_t region_size_bits_count, CardTable *card_table, in GCG1BarrierSet()
Dgc_barrier_set.cpp30 bool CheckPostBarrier(CardTable *card_table, const void *obj_addr, bool check_card_table = true) in CheckPostBarrier()
72 const CardTable *card_table, objTwoRefProcessFunc update_func) in PostInterregionBarrier()
Dgc_root.cpp111 void RootManager<LanguageConfig>::VisitCardTableRoots(CardTable *card_table, ObjectAllocatorBase *a… in VisitCardTableRoots()
/arkcompiler/runtime_core/runtime/mem/gc/lang/
Dgc_lang.h66 void VisitCardTableRoots(CardTable *card_table, const GCRootVisitor &gc_root_visitor, in VisitCardTableRoots()
/arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map_singleton.cpp110 auto card_table = Thread::GetCurrent()->GetVM()->GetGC()->GetCardTable(); in MarkCardsAsYoung() local
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dupdate_remset_thread.cpp35 CardTable *card_table) in UpdateRemsetThread()
Dg1-gc.cpp103 auto card_table = barriers->GetCardTable(); in PostWrbUpdateCardFuncEntrypoint() local
/arkcompiler/runtime_core/runtime/tests/
Drem_set_test.cpp73 static void SetCardTable(RemSetT *rset, CardTable *card_table) in SetCardTable()
Dg1gc_test.cpp329 auto card_table = gc->GetCardTable(); in TEST_F() local
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h72 void VisitCardTableRoots([[maybe_unused]] mem::CardTable *card_table, in VisitCardTableRoots()