Home | History | Annotate | Download | only in gc

Lines Matching refs:card_table_

380   card_table_.reset(accounting::CardTable::Create(heap_begin, heap_capacity));
381 CHECK(card_table_.get() != NULL) << "Failed to create card table";
2718 card_table_->ModifyCardsAtomic(space->Begin(), space->End(), AgeCardVisitor(),