Searched defs:card_table (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/runtime/mem/ |
| D | rem_set.h | 93 void SetCardTable(CardTable *card_table) in SetCardTable()
|
| D | rem_set-inl.h | 26 RemSet<LockConfigT>::RemSet(Region *region, CardTable *card_table) in RemSet()
|
| D | region_space.cpp | 43 auto card_table = Thread::GetCurrent()->GetVM()->GetGC()->GetCardTable(); in CreateRemSet() local
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_barrier_set.h | 154 … 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()
|
| D | gc_barrier_set.cpp | 30 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()
|
| D | gc_root.cpp | 111 void RootManager<LanguageConfig>::VisitCardTableRoots(CardTable *card_table, ObjectAllocatorBase *a… in VisitCardTableRoots()
|
| /arkcompiler/runtime_core/runtime/mem/gc/lang/ |
| D | gc_lang.h | 66 void VisitCardTableRoots(CardTable *card_table, const GCRootVisitor &gc_root_visitor, in VisitCardTableRoots()
|
| /arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map_singleton.cpp | 110 auto card_table = Thread::GetCurrent()->GetVM()->GetGC()->GetCardTable(); in MarkCardsAsYoung() local
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | update_remset_thread.cpp | 35 CardTable *card_table) in UpdateRemsetThread()
|
| D | g1-gc.cpp | 103 auto card_table = barriers->GetCardTable(); in PostWrbUpdateCardFuncEntrypoint() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | rem_set_test.cpp | 73 static void SetCardTable(RemSetT *rset, CardTable *card_table) in SetCardTable()
|
| D | g1gc_test.cpp | 329 auto card_table = gc->GetCardTable(); in TEST_F() local
|
| /arkcompiler/runtime_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 72 void VisitCardTableRoots([[maybe_unused]] mem::CardTable *card_table, in VisitCardTableRoots()
|