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.cc3114 accounting::CardTable* card_table = heap_->GetCardTable(); in VerifyReference() local
3334 accounting::CardTable* card_table = heap_->GetCardTable(); in operator ()() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc811 accounting::CardTable* const card_table = heap_->GetCardTable(); in GrayAllDirtyImmuneObjects() local
851 accounting::CardTable* const card_table = heap_->GetCardTable(); in GrayAllNewlyDirtyImmuneObjects() local
1381 accounting::CardTable* const card_table = heap_->GetCardTable(); in MarkingPhase() local
1455 accounting::CardTable* const card_table = heap_->GetCardTable(); in CopyingPhase() local
Dmark_sweep.cc860 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable(); in Run() local
881 accounting::CardTable* card_table = GetHeap()->GetCardTable(); in ScanGrayObjects() local
Dmark_compact.cc697 accounting::CardTable* const card_table = heap_->GetCardTable(); in PrepareCardTableForMarking() local
3160 accounting::CardTable* const card_table = heap_->GetCardTable(); in CompactionPause() local
4428 accounting::CardTable* const card_table = heap_->GetCardTable(); in UpdateAndMarkModUnion() local
4460 accounting::CardTable* card_table = heap_->GetCardTable(); in ScanDirtyObjects() local
/art/runtime/
Dthread.h2156 uint8_t* card_table; member