Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/accounting/
H A Dmod_union_table.cc58 ModUnionAddToCardBitmapVisitor(ModUnionTable::CardBitmap* bitmap, CardTable* card_table) in ModUnionAddToCardBitmapVisitor()
175 CardTable* card_table = GetHeap()->GetCardTable(); in ProcessCards() local
351 CardTable* card_table = heap_->GetCardTable(); in Verify() local
368 CardTable* card_table = heap_->GetCardTable(); in Dump() local
389 CardTable* const card_table = heap_->GetCardTable(); in VisitObjects() local
422 CardTable* const card_table = heap_->GetCardTable(); in UpdateAndMarkReferences() local
540 CardTable* const card_table = GetHeap()->GetCardTable(); in ProcessCards() local
H A Dremembered_set.cc56 CardTable* card_table = GetHeap()->GetCardTable(); in ClearCards() local
135 CardTable* card_table = heap_->GetCardTable(); in UpdateAndMarkReferences() local
164 CardTable* card_table = heap_->GetCardTable(); in Dump() local
175 CardTable* card_table = heap_->GetCardTable(); in AssertAllDirtyCardsAreWithinSpace() local
/aosp_15_r20/art/runtime/gc/collector/
H A Dconcurrent_copying.cc797 accounting::CardTable* const card_table = heap_->GetCardTable(); in GrayAllDirtyImmuneObjects() local
837 accounting::CardTable* const card_table = heap_->GetCardTable(); in GrayAllNewlyDirtyImmuneObjects() local
1367 accounting::CardTable* const card_table = heap_->GetCardTable(); in MarkingPhase() local
1441 accounting::CardTable* const card_table = heap_->GetCardTable(); in CopyingPhase() local
H A Dmark_compact.cc615 accounting::CardTable* const card_table = heap_->GetCardTable(); in PrepareCardTableForMarking() local
2820 accounting::CardTable* const card_table = heap_->GetCardTable(); in CompactionPause() local
3826 accounting::CardTable* const card_table = heap_->GetCardTable(); in UpdateAndMarkModUnion() local
3858 accounting::CardTable* card_table = heap_->GetCardTable(); in ScanDirtyObjects() local
H A Dmark_sweep.cc848 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable(); in Run() local
869 accounting::CardTable* card_table = GetHeap()->GetCardTable(); in ScanGrayObjects() local
/aosp_15_r20/art/runtime/gc/space/
H A Dzygote_space.cc122 accounting::CardTable* card_table = Runtime::Current()->GetHeap()->GetCardTable(); in SweepCallback() local
/aosp_15_r20/art/runtime/gc/
H A Dverification.cc82 accounting::CardTable* card_table = heap_->GetCardTable(); in DumpObjectInfo() local
H A Dheap.cc3132 accounting::CardTable* card_table = heap_->GetCardTable(); in VerifyReference() local
3352 accounting::CardTable* card_table = heap_->GetCardTable(); in operator ()() local
/aosp_15_r20/art/runtime/
H A Dthread.h2242 uint8_t* card_table; member