Home | History | Annotate | Download | only in gc

Lines Matching full:card_table_

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