HomeSort by relevance Sort by last modified time
    Searched refs:ProcessCards (Results 1 - 9 of 9) sorted by null

  /art/runtime/gc/accounting/
mod_union_table.h 69 virtual void ProcessCards() = 0;
77 // Update the mod-union table using data stored by ProcessCards. There may be multiple
78 // ProcessCards before a call to update, for example, back-to-back sticky GCs. Also mark
128 void ProcessCards() OVERRIDE;
175 virtual void ProcessCards() OVERRIDE;
mod_union_table.cc 174 void ModUnionTableReferenceCache::ProcessCards() {
531 void ModUnionTableCardCache::ProcessCards() {
mod_union_table_test.cc 218 table->ProcessCards();
  /art/runtime/gc/collector/
mark_compact.cc 174 t.NewTiming("ProcessCards");
176 heap_->ProcessCards(GetTimings(), false, false, true);
mark_sweep.cc 224 heap_->ProcessCards(GetTimings(), false, true, false);
228 // 2. GC ages the card (the above ProcessCards call)
270 // Heap::ProcessCards (see calls to MarkSweep::MarkRoots and
282 heap_->ProcessCards(GetTimings(),
    [all...]
semi_space.cc 230 heap_->ProcessCards(GetTimings(), kUseRememberedSet && generational_, false, true);
    [all...]
concurrent_copying.cc 678 table->ProcessCards();
723 table->ProcessCards();
    [all...]
  /art/runtime/gc/
heap.h     [all...]
heap.cc     [all...]

Completed in 626 milliseconds