Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
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
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
/art/runtime/gc/space/
Dzygote_space.cc122 accounting::CardTable* card_table = Runtime::Current()->GetHeap()->GetCardTable(); in SweepCallback() local
/art/runtime/gc/
Dverification.cc82 accounting::CardTable* card_table = heap_->GetCardTable(); in DumpObjectInfo() local
Dheap.cc3148 accounting::CardTable* card_table = heap_->GetCardTable(); in VerifyReference() local
3368 accounting::CardTable* card_table = heap_->GetCardTable(); in operator ()() local
/art/runtime/gc/collector/
Dmark_compact.cc668 accounting::CardTable* const card_table = heap_->GetCardTable(); in PrepareForMarking() local
1520 accounting::CardTable* card_table = nullptr, in RefsUpdateVisitor()
1687 accounting::CardTable* card_table = heap_->GetCardTable(); in CompactPage() local
2680 accounting::CardTable* card_table = heap_->GetCardTable(); in UpdateNonMovingPage() local
3267 accounting::CardTable* const card_table = heap_->GetCardTable(); in CompactionPause() local
4292 accounting::CardTable* const card_table = heap_->GetCardTable(); in UpdateAndMarkModUnion() local
4319 accounting::CardTable* const card_table = heap_->GetCardTable(); in ScanOldGenObjects() local
4359 accounting::CardTable* card_table = heap_->GetCardTable(); in ScanDirtyObjects() local
4857 accounting::CardTable* card_table = heap_->GetCardTable(); in VerifyNoMissingCardMarks() local
5049 accounting::CardTable* card_table = heap_->GetCardTable(); in FinishPhase() local
Dconcurrent_copying.cc801 accounting::CardTable* const card_table = heap_->GetCardTable(); in GrayAllDirtyImmuneObjects() local
841 accounting::CardTable* const card_table = heap_->GetCardTable(); in GrayAllNewlyDirtyImmuneObjects() local
1371 accounting::CardTable* const card_table = heap_->GetCardTable(); in MarkingPhase() local
1445 accounting::CardTable* const card_table = heap_->GetCardTable(); in CopyingPhase() local
Dmark_sweep.cc848 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable(); in Run() local
869 accounting::CardTable* card_table = GetHeap()->GetCardTable(); in ScanGrayObjects() local
/art/runtime/
Dthread.h2249 uint8_t* card_table; member