Home | History | Annotate | Download | only in collector

Lines Matching defs:mod_union_table

31 #include "gc/accounting/mod_union_table.h"
269 accounting::ModUnionTable* mod_union_table = heap_->FindModUnionTableFromSpace(space);
270 CHECK(mod_union_table != nullptr);
271 mod_union_table->UpdateAndMarkReferences(MarkHeapReferenceCallback, this);