Home | History | Annotate | Download | only in gc

Lines Matching refs:image_mod_union_table_

194   image_mod_union_table_.reset(new accounting::ModUnionTableToZygoteAllocspace(this));
195 CHECK(image_mod_union_table_.get() != NULL) << "Failed to create image mod-union table";
1336 image_mod_union_table_->Update();
1340 image_mod_union_table_->MarkReferences(mark_sweep);
1517 image_mod_union_table_->Dump(LOG(ERROR) << "Image mod-union table: ");
1646 image_mod_union_table_->ClearCards(space);
1694 image_mod_union_table_->Update();
1695 image_mod_union_table_->Verify();